We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8bc9d6 + 7a0f61c commit ff4ae99Copy full SHA for ff4ae99
1 file changed
renovate.json
@@ -5,6 +5,12 @@
5
"constraints": {
6
"go": "1.19"
7
},
8
+ "packageRules": [
9
+ {
10
+ "matchPackageNames": ["github.com/openstack-k8s-operators/mariadb-operator/api"],
11
+ "enabled": false
12
+ }
13
+ ],
14
"postUpgradeTasks": {
15
"commands": ["make gowork", "make tidy", "make manifests generate"],
16
"fileFilters": ["**/go.mod", "**/go.sum", "**/*.go", "**/*.yaml"],
0 commit comments