Skip to content

Commit

Permalink
chore: don't update bazel deps
Browse files Browse the repository at this point in the history
All of these deps added to the ignoreDeps need to be manually
tested in googleapis before bumping. We need to do this intentionally
and likely seperate from other Go deps.
  • Loading branch information
codyoss committed Sep 3, 2024
1 parent 64df153 commit 4031c0d
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,24 @@
":semanticCommitTypeAll(chore)",
"schedule:weekly"
],
"ignoreDeps": [
"bazel_gazelle",
"com_google_protobuf",
"io_bazel_rules_go"
],
"golang": {
"ignoreDeps": [
"github.com/russross/blackfriday"
],
"postUpdateOptions": ["gomodTidy"]
"postUpdateOptions": [
"gomodTidy"
]
},
"rebaseWhen": "behind-base-branch",
"labels": ["automerge"],
"groupName": "deps",
"packageRules": [
{
"matchPackagePatterns": ["io_bazel_rules_go", "bazel_gazelle"],
"groupName": "bazel-go"
}
"labels": [
"automerge"
],
"groupName": "deps",
"force": {
"constraints": {
"go": "1.21"
Expand Down

0 comments on commit 4031c0d

Please sign in to comment.