Skip to content

Commit 384bafa

Browse files
Update v1 renovate config (#1738)
Not even sure if renovate cares to check this branch but it can't hurt.
1 parent 90c3950 commit 384bafa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

renovate.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"config:base"
44
],
55
"baseBranches": [
6-
"master",
7-
"v2"
6+
"v1",
7+
"master"
88
],
99
"postUpdateOptions": [
1010
"gomodTidy"
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"baseBranchList": [
24-
"master"
24+
"v1"
2525
],
2626
"packageNames": [
2727
"github.com/golang/protobuf",
@@ -33,7 +33,7 @@
3333
},
3434
{
3535
"baseBranchList": [
36-
"v2"
36+
"master"
3737
],
3838
"packageNames": [
3939
"github.com/golang/protobuf",
@@ -43,7 +43,8 @@
4343
},
4444
{
4545
"packagePatterns": [
46-
"jekyll-.*"
46+
"jekyll-.*",
47+
"github-pages"
4748
],
4849
"enabled": false
4950
}

0 commit comments

Comments
 (0)