Skip to content

Commit

Permalink
[EngSys] Use increase-if-necessary for .github dependabot (#32442)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Feb 4, 2025
1 parent a0eb4f0 commit 198ffdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ updates:
- dependency-name: "prettier"
# Points to "github:actions/github-script" since package isn't published to npmjs
- dependency-name: "@types/github-script"
# Leave the constraint if the original constraint allows the new version, otherwise, bump the constraint.
versioning-strategy: increase-if-necessary

0 comments on commit 198ffdb

Please sign in to comment.