forked from kyverno/kyverno
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
29 lines (29 loc) · 750 Bytes
/
Copy pathrenovate.json
File metadata and controls
29 lines (29 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"extends": ["config:base", "@MarcelMue"],
"gitAuthor": "Renovate Bot <renovate@whitesourcesoftware.com>",
"commitBody": "Signed-off-by: {{{gitAuthor}}}",
"labels": ["dependencies"],
"packageRules": [
{
"matchPackagePatterns": ["^sigs.k8s.io"],
"groupName": "k8s sigs modules"
},
{
"matchPackagePatterns": ["^k8s.io"],
"groupName": "k8s modules"
},
{
"matchPackagePatterns": ["^k8s.io"],
"allowedVersions": "< 0.23.0"
},
{
"excludePackagePatterns": ["^k8s.io", "^sigs.k8s.io"],
"groupName": "general modules"
}
],
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
"dependencyDashboard": true,
"schedule": [
"on monday after 9am"
]
}