We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0eb4f0 commit 198ffdbCopy full SHA for 198ffdb
.github/dependabot.yml
@@ -46,3 +46,5 @@ updates:
46
- dependency-name: "prettier"
47
# Points to "github:actions/github-script" since package isn't published to npmjs
48
- dependency-name: "@types/github-script"
49
+ # Leave the constraint if the original constraint allows the new version, otherwise, bump the constraint.
50
+ versioning-strategy: increase-if-necessary
0 commit comments