Skip to content

Commit

Permalink
Group dependency updates, add other package managers
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr authored Jun 13, 2024
1 parent 73c403a commit de3df94
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,3 +5,23 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
go-dependencies:
applies-to: version-updates
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
dependencies:
applies-to: version-updates
update-types:
- "minor"
- "patch"
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit de3df94

Please sign in to comment.