Skip to content

Commit

Permalink
Disable renovating Bazel dependencies (#38)
Browse files Browse the repository at this point in the history
We fixed our organization-wide renovate setup but now we're starting to
renovate Bazel deps in this ruleset. Rulesets, unlike other
repositories, should want to preserve oldest possible versions. To that
end, disable renovating Bazel files in this repo.
  • Loading branch information
mark-thm authored May 22, 2024
1 parent 697afde commit 112ee29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"packageRules": [
{
"matchFiles": ["MODULE.bazel"],
"matchFileNames": ["**/MODULE.bazel", "**/.bazelversion"],
"enabled": false
}
]
}


0 comments on commit 112ee29

Please sign in to comment.