Skip to content

Commit 7397940

Browse files
authored
Merge pull request #2919 from devitocodes/dependabot-fix-lower
CI: prevent dependabot from updating lower bound of deps
2 parents 690b39f + 8d02b0f commit 7397940

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12+
# Use the widen strategy to update requirements to avoid lower bound bump
13+
versioning-strategy: "widen"
1214
# Add assignees
1315
assignees:
1416
- "mloubout"

0 commit comments

Comments
 (0)