Skip to content

Commit

Permalink
Merge pull request #119 from krymtkts:feature/dependabot
Browse files Browse the repository at this point in the history
Define update-types for the test-lib group to allow major version bumping.
  • Loading branch information
krymtkts authored Jan 13, 2024
2 parents 945499b + a123173 commit 3875e00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ updates:
exclude-patterns:
- "PowerShellStandard.Library"
- "Microsoft.PowerShell.SDK"
update-types:
- "major"
- "minor"
- "patch"
ignore:
- dependency-name: "PowerShellStandard.Library"
update-types:
Expand Down

0 comments on commit 3875e00

Please sign in to comment.