Skip to content

Commit

Permalink
Update dependabot.yml (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ringler authored Feb 7, 2025
1 parent 47fc6cf commit abb3da9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ updates:
schedule:
interval: "weekly"
day: "wednesday"
ignore:
# FluentAssertions is non-free from version 8.0.0 onwards
- dependency-name: "FluentAssertions"
update-types: ["version-update:semver-major"]
groups:
czishrink:
applies-to: version-updates
Expand All @@ -19,10 +23,6 @@ updates:
schedule:
interval: "weekly"
day: "wednesday"
ignore:
# FluentAssertions is non-free from version 8.0.0 onwards
- dependency-name: "FluentAssertions"
update-types: ["version-update:semver-major"]
groups:
github-actions:
applies-to: version-updates
Expand Down

0 comments on commit abb3da9

Please sign in to comment.