Skip to content

Commit

Permalink
Update dependabot settings
Browse files Browse the repository at this point in the history
  • Loading branch information
plorenz committed Jan 17, 2025
1 parent 5968b3f commit 18e0f75
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,27 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
non-major:
applies-to: version-updates
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: github.com/lucas-clemente/quic-go
versions:
- "> 0.18.1"

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
groups:
all:
applies-to: version-updates
update-types:
- "major"
- "minor"
- "patch"

0 comments on commit 18e0f75

Please sign in to comment.