Skip to content

Commit e511671

Browse files
Merge pull request #387 from openstack-k8s-operators/renovate/migrate-config
Migrate renovate config
2 parents 0c879e5 + 94caced commit e511671

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

renovate.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,30 @@
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/designate-operator/api"],
11+
"matchPackageNames": [
12+
"github.com/openstack-k8s-operators/designate-operator/api"
13+
],
1014
"enabled": false
1115
}
1216
],
1317
"postUpgradeTasks": {
14-
"commands": ["make gowork", "make tidy", "make manifests generate"],
15-
"fileFilters": ["**/go.mod", "**/go.sum", "**/*.go", "**/*.yaml"],
18+
"commands": [
19+
"make gowork",
20+
"make tidy",
21+
"make manifests generate"
22+
],
23+
"fileFilters": [
24+
"**/go.mod",
25+
"**/go.sum",
26+
"**/*.go",
27+
"**/*.yaml"
28+
],
1629
"executionMode": "update"
1730
}
1831
}

0 commit comments

Comments
 (0)