Skip to content

Commit

Permalink
chore: group minor, patch dependabot updates (#4576)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidddddarth committed Apr 11, 2024
1 parent 3555d1f commit c5d1943
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -4,11 +4,32 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
go-deps:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
actions-deps:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
groups:
docker-deps:
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit c5d1943

Please sign in to comment.