Skip to content

Commit

Permalink
Merge pull request #37 from openziti/update-dependabot
Browse files Browse the repository at this point in the history
Update dependabot settings
  • Loading branch information
plorenz authored Jan 23, 2025
2 parents 1c8dcfe + 18e0f75 commit 5f5fcd8
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 5f5fcd8

Please sign in to comment.