Skip to content

Commit 4e57e27

Browse files
[18-stable] Update renovate.json for stable branch
1 parent 7440b7a commit 4e57e27

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

renovate.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
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/infra-operator/apis"
13-
],
14-
"enabled": false
15-
}
16-
],
17-
"postUpgradeTasks": {
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-
],
29-
"executionMode": "update"
30-
}
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/infra-operator/apis"
13+
],
14+
"enabled": false
15+
}
16+
],
17+
"postUpgradeTasks": {
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+
],
29+
"executionMode": "update"
30+
}
3131
}

0 commit comments

Comments
 (0)