Skip to content

Commit

Permalink
Update Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Aug 8, 2022
1 parent 5c1980e commit d40458a
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,36 @@
{
"extends": [
"config:base"
"config:base",
":gitSignOff",
":disableDependencyDashboard"
],
"labels": [
"dependency"
],
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"matchPackagePatterns": [
"k8s.io/utils",
"golang.org/x/*"
],
"groupName": "utils",
"schedule": [
"on the first day of the month"
],
"automerge": true
},
{
"matchPaths": [
"docs/**"
],
"groupName": "npm",
"schedule": [
"on the first day of the month"
],
"automerge": true
}
]
}

0 comments on commit d40458a

Please sign in to comment.