mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore(deps): add renovate.json (#3471)
Signed-off-by: Shubham Gupta <shubham.gupta2956@gmail.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
20069c13c3
commit
dd9b3f3a3d
1 changed files with 29 additions and 0 deletions
29
renovate.json
Normal file
29
renovate.json
Normal file
|
@ -0,0 +1,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"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue