We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 690b39f + 8d02b0f commit 7397940Copy full SHA for 7397940
1 file changed
.github/dependabot.yaml
@@ -9,6 +9,8 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "daily"
12
+ # Use the widen strategy to update requirements to avoid lower bound bump
13
+ versioning-strategy: "widen"
14
# Add assignees
15
assignees:
16
- "mloubout"
0 commit comments