Skip to content

Commit 43c2e8c

Browse files
[18-stable] Update renovate.json for stable branch
1 parent 800f26c commit 43c2e8c

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

renovate.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"extends": [
3-
"github>openstack-k8s-operators/renovate-config:default.json5"
4-
],
5-
"baseBranchPatterns": [
6-
"main"
7-
],
8-
"useBaseBranchConfig": "merge",
9-
"packageRules": [
10-
{
11-
"matchPackageNames": [
12-
"github.com/openstack-k8s-operators/lib-common/modules/common"
13-
],
14-
"enabled": false
15-
}
16-
],
17-
"postUpgradeTasks": {
18-
"commands": [
19-
"make gowork",
20-
"make tidy"
21-
],
22-
"fileFilters": [
23-
"**/go.mod",
24-
"**/go.sum",
25-
"**/*.go",
26-
"**/*.yaml"
27-
],
28-
"executionMode": "update"
29-
}
2+
"extends": [
3+
"github>openstack-k8s-operators/renovate-config:18-stable.json5"
4+
],
5+
"baseBranchPatterns": [
6+
"18-stable"
7+
],
8+
"useBaseBranchConfig": "merge",
9+
"packageRules": [
10+
{
11+
"matchPackageNames": [
12+
"github.com/openstack-k8s-operators/lib-common/modules/common"
13+
],
14+
"enabled": false
15+
}
16+
],
17+
"postUpgradeTasks": {
18+
"commands": [
19+
"make gowork",
20+
"make tidy"
21+
],
22+
"fileFilters": [
23+
"**/go.mod",
24+
"**/go.sum",
25+
"**/*.go",
26+
"**/*.yaml"
27+
],
28+
"executionMode": "update"
29+
}
3030
}

0 commit comments

Comments
 (0)