Skip to content

Commit b9af9b0

Browse files
Merge pull request #1644 from openstack-k8s-operators/renovate/migrate-config
Migrate renovate config
2 parents 70a918b + a5f602e commit b9af9b0

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

renovate.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,32 @@
22
"extends": [
33
"github>openstack-k8s-operators/renovate-config:default.json5"
44
],
5-
"baseBranches": ["main"],
5+
"baseBranchPatterns": [
6+
"main"
7+
],
68
"useBaseBranchConfig": "merge",
79
"packageRules": [
810
{
9-
"matchPackageNames": ["github.com/openstack-k8s-operators/openstack-operator/apis"],
11+
"matchPackageNames": [
12+
"github.com/openstack-k8s-operators/openstack-operator/apis"
13+
],
1014
"enabled": false
1115
}
1216
],
1317
"postUpgradeTasks": {
14-
"commands": ["make gowork", "make tidy", "make manifests generate", "make bindata"],
15-
"fileFilters": ["**/go.mod", "**/go.sum", "**/*.go", "**/*.yaml", "hack/*.sh"],
18+
"commands": [
19+
"make gowork",
20+
"make tidy",
21+
"make manifests generate",
22+
"make bindata"
23+
],
24+
"fileFilters": [
25+
"**/go.mod",
26+
"**/go.sum",
27+
"**/*.go",
28+
"**/*.yaml",
29+
"hack/*.sh"
30+
],
1631
"executionMode": "update"
1732
}
1833
}

0 commit comments

Comments
 (0)