mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-26 13:30:30 +00:00
8906db5ced
Don't try to update the root MODULE.bazel, it has our user-facing minimum versions
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
":dependencyDashboard",
|
|
":semanticPrefixFixDepsChoreOthers",
|
|
"group:monorepos",
|
|
"group:recommended",
|
|
"replacements:all",
|
|
"workarounds:all"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchFiles": ["MODULE.bazel"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"labels": ["deps"]
|
|
}
|