Skip to content

Commit

Permalink
Merge pull request #412 from kajinamit/api-exclude
Browse files Browse the repository at this point in the history
Avoid bumping own api module by renovate
  • Loading branch information
openshift-merge-robot authored Jul 26, 2023
2 parents 2a49fa3 + 799001a commit 1c41905
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/openstack-operator/apis"],
"enabled": false
}
],
"postUpgradeTasks": {
"commands": ["make gowork", "make tidy", "make manifests generate"],
"fileFilters": ["**/go.mod", "**/go.sum", "**/*.go", "**/*.yaml"],
Expand Down

0 comments on commit 1c41905

Please sign in to comment.