Skip to content

Commit 9096d94

Browse files
authoredMar 5, 2024··
renovate: don't update minimum bounds in MODULE.bazel (#294)
1 parent 2950c0c commit 9096d94

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎renovate.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@
1212
],
1313
"rebaseWhen": "never",
1414
"labels": ["deps"],
15-
"dependencyDashboard": true
15+
"dependencyDashboard": true,
16+
"packageRules": [
17+
{
18+
"matchFiles": ["MODULE.bazel"],
19+
"enabled": false
20+
}
21+
]
1622
}

0 commit comments

Comments
 (0)
Please sign in to comment.