Skip to content

Commit 5dd46d3

Browse files
authored
chore: don't renovate MODULE.bazel
Copy from https://github.com/bazel-contrib/rules-template/blob/main/renovate.json#L12 Avoid bad PRs for #2211
1 parent 8ee6bad commit 5dd46d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"group:monorepos",
1212
"workarounds:all"
1313
],
14+
"packageRules": [
15+
{
16+
"matchFiles": ["MODULE.bazel"],
17+
"enabled": false
18+
}
19+
],
1420

1521
"labels": ["deps"],
1622

0 commit comments

Comments
 (0)