Skip to content

Commit

Permalink
Group boost deps (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvukov authored Nov 11, 2024
1 parent 72dd2ec commit 0879f50
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,13 @@
enabled: false,
},
{
matchManagers: ["bazel"],
matchPackageNames: [
"bazel_skylib",
"bzip2",
"eigen",
"gflags",
"glog",
"googletest",
"lz4",
"platforms",
"rules_boost",
"rules_cc",
"rules_foreign_cc",
"rules_python",
],
enabled: true,
matchManagers: ["bazel-module"],
matchPackageNames: ["boost.*"],
groupName: "boost-deps",
},
{
matchManagers: ["pre-commit"],
matchPackagePatterns: ["*"],
matchPackageNames: ["*"],
groupName: "pre-commit-deps",
},
],
Expand Down

0 comments on commit 0879f50

Please sign in to comment.