Skip to content

Commit

Permalink
Avoid bumping own api module by renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
kajinamit authored and openshift-merge-robot committed Jul 26, 2023
1 parent 735f343 commit 18d0310
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"constraints": {
"go": "1.19"
},
"packageRules": [
{
"matchPackageNames": ["github.com/openstack-k8s-operators/placement-operator/api"],
"enabled": false
}
],
"postUpgradeTasks": {
"commands": ["make gowork", "make tidy", "make manifests generate"],
"fileFilters": ["**/go.mod", "**/go.sum", "**/*.go", "**/*.yaml"],
Expand Down

0 comments on commit 18d0310

Please sign in to comment.