Skip to content

Commit

Permalink
fix(renovate): add constraint filtering (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Nov 5, 2023
1 parent bfd7650 commit 69da1ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate-config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"branchNameStrict": true, // remove special characters from branch names
"commitMessageAction": "Bump", // Bump is more similar to dependabot
"configMigration": true, // allow renovate to open PRs to update config
"constraintsFiltering": "strict", // ensure dependencies are compatible with dependency constraints
"description": "Default renovate configuration for LizardByte repositories",
"extends": [
"config:recommended"
Expand Down

0 comments on commit 69da1ec

Please sign in to comment.