Skip to content

Commit

Permalink
ci: update dependabot to group updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Nov 29, 2023
1 parent b273bfa commit ea83bd8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
day: "Wednesday"
day: "wednesday"
groups:
github-actions:
patterns:
- "actions/*"
docker-actions:
patterns:
- "docker/*"

0 comments on commit ea83bd8

Please sign in to comment.