Skip to content

Commit

Permalink
ci: add dependabot group for all GH actions (#1628)
Browse files Browse the repository at this point in the history
Continuing the work in #1553, this adds a dependabot group to update all
GH actions together.
  • Loading branch information
thehowl authored Feb 8, 2024
1 parent 2d4f3ae commit f060eb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ updates:
interval: "daily"
labels:
- "github_actions"
groups:
actions:
patterns:
- "*"

# Maintain dependencies for top level Go modules
- package-ecosystem: gomod
Expand Down

0 comments on commit f060eb3

Please sign in to comment.