Skip to content

Commit

Permalink
Update v1 renovate config (#1738)
Browse files Browse the repository at this point in the history
Not even sure if renovate cares to check this branch
but it can't hurt.
  • Loading branch information
johanbrandhorst committed Oct 10, 2020
1 parent 90c3950 commit 384bafa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"config:base"
],
"baseBranches": [
"master",
"v2"
"v1",
"master"
],
"postUpdateOptions": [
"gomodTidy"
Expand All @@ -21,7 +21,7 @@
},
{
"baseBranchList": [
"master"
"v1"
],
"packageNames": [
"github.com/golang/protobuf",
Expand All @@ -33,7 +33,7 @@
},
{
"baseBranchList": [
"v2"
"master"
],
"packageNames": [
"github.com/golang/protobuf",
Expand All @@ -43,7 +43,8 @@
},
{
"packagePatterns": [
"jekyll-.*"
"jekyll-.*",
"github-pages"
],
"enabled": false
}
Expand Down

0 comments on commit 384bafa

Please sign in to comment.