Skip to content

Commit a5f602e

Browse files
author
OpenStack K8s CI
committed
Migrate config renovate.json
1 parent 245af87 commit a5f602e

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)