Skip to content

Commit

Permalink
No automated updates of main deps
Browse files Browse the repository at this point in the history
We should define the minimum version of each required dependency and not
use the latest greatest version due to the bzlmod dependency resolution
scheme which uses the minimum version of all requested ones.
Thus, relying on the latest versions without need restricts usage of DWYU
by users.
  • Loading branch information
martis42 committed Mar 3, 2024
1 parent 578fd9d commit c3f6af2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"packageRules": [
{
"matchPackagePatterns": [
"rules_python"
"rules_python",
"rules_cc"
],
"matchManagers": [
"bazel",
Expand Down

0 comments on commit c3f6af2

Please sign in to comment.