Skip to content

Commit

Permalink
Merge pull request #249 from h3poteto/fix/renovate
Browse files Browse the repository at this point in the history
Fix renovate for k8s libraries
  • Loading branch information
h3poteto committed Jun 22, 2023
2 parents e4f75ae + ad1858b commit 994332c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"k8s.io/client-go",
"k8s.io/utils"
],
"matchUpdateTypes": ["major", "minor"],
"matchUpdateTypes": ["patch"],
"enabled": false
},
{
"groupName": "github.com/slok/kubewebhook (major or minor)",
"matchPackageNames": [
"github.com/slok/kubewebhook"
],
"matchUpdateTypes": ["major", "minor"],
"matchUpdateTypes": ["patch"],
"enabled": false
}
]
Expand Down

0 comments on commit 994332c

Please sign in to comment.