Skip to content

Commit ff4ae99

Browse files
authored
Merge pull request #134 from kajinamit/api-exclude
Avoid bumping own api module by renovate
2 parents b8bc9d6 + 7a0f61c commit ff4ae99

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"constraints": {
66
"go": "1.19"
77
},
8+
"packageRules": [
9+
{
10+
"matchPackageNames": ["github.com/openstack-k8s-operators/mariadb-operator/api"],
11+
"enabled": false
12+
}
13+
],
814
"postUpgradeTasks": {
915
"commands": ["make gowork", "make tidy", "make manifests generate"],
1016
"fileFilters": ["**/go.mod", "**/go.sum", "**/*.go", "**/*.yaml"],

0 commit comments

Comments
 (0)