Skip to content

Commit

Permalink
chore(deps): group go & bazel deps (#1483)
Browse files Browse the repository at this point in the history
* chore(deps): group go & bazel deps

* group via branch prefix per language
  • Loading branch information
noahdietz committed Mar 22, 2024
1 parent 8a60321 commit 13eaed5
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,21 @@
"extends": [
"config:base",
":disableDependencyDashboard",
"group:all",
"schedule:weekly",
":semanticCommitTypeAll(chore)"
],
"pinVersions": false,
"bazel": {
"managerBranchPrefix": "bazel-"
},
"golang": {
"postUpdateOptions": [
"gomodTidy"
]
],
"managerBranchPrefix": "golang-"
},
"reviewers": [
"noahdietz"
],
"rebaseWhen": "behind-base-branch",
"labels": ["automerge"],
"packageRules": [
{
"packageNames": ["google.golang.org/genproto", "com_google_googleapis"],
"schedule": "after 12pm on monday"
}
],
"timezone": "America/Los_Angeles"
}

0 comments on commit 13eaed5

Please sign in to comment.