mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
chore: remove renovate config (#9630)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Co-authored-by: kyverno-bot <104836976+kyverno-bot@users.noreply.github.com>
This commit is contained in:
parent
0994695bb7
commit
2e68d163fc
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"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…
Add table
Reference in a new issue