Skip to content

Commit f8a560e

Browse files
authored
chore: don't update bazel deps (googleapis#1570)
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.
1 parent 64df153 commit f8a560e

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

renovate.json

+11-8
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,24 @@
55
":semanticCommitTypeAll(chore)",
66
"schedule:weekly"
77
],
8+
"ignoreDeps": [
9+
"bazel_gazelle",
10+
"com_google_protobuf",
11+
"io_bazel_rules_go"
12+
],
813
"golang": {
914
"ignoreDeps": [
1015
"github.com/russross/blackfriday"
1116
],
12-
"postUpdateOptions": ["gomodTidy"]
17+
"postUpdateOptions": [
18+
"gomodTidy"
19+
]
1320
},
1421
"rebaseWhen": "behind-base-branch",
15-
"labels": ["automerge"],
16-
"groupName": "deps",
17-
"packageRules": [
18-
{
19-
"matchPackagePatterns": ["io_bazel_rules_go", "bazel_gazelle"],
20-
"groupName": "bazel-go"
21-
}
22+
"labels": [
23+
"automerge"
2224
],
25+
"groupName": "deps",
2326
"force": {
2427
"constraints": {
2528
"go": "1.21"

0 commit comments

Comments
 (0)