Skip to content

Commit

Permalink
chore(renovate): enable regex manager (#7820)
Browse files Browse the repository at this point in the history
## Summary

Investigated
#7807 (comment), and
the reason why the PR mentioned in the comment did not work in the end
is because we only opt-in for specific managers in Renovate
configuration. By enabling
[regex](https://docs.renovatebot.com/modules/manager/regex/) manager, we
should now get proper updates to documentation references.

## Test Plan

Tested enabling specific managers (including `regex` one) in
mkniewallner/mkv-playground#18, and Renovate was
still able to detect regex dependencies.
  • Loading branch information
mkniewallner authored Sep 30, 2024
1 parent f67347e commit 04c79af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
semanticCommits: "disabled",
separateMajorMinor: false,
prHourlyLimit: 10,
enabledManagers: ["github-actions", "pre-commit", "cargo"],
enabledManagers: ["github-actions", "pre-commit", "cargo", "regex"],
cargo: {
// See https://docs.renovatebot.com/configuration-options/#rangestrategy
rangeStrategy: "update-lockfile",
Expand Down

0 comments on commit 04c79af

Please sign in to comment.