Skip to content

Commit

Permalink
chore: group @dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
fquffio committed Nov 7, 2023
1 parent d7d5ad5 commit 6d772e1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
aws:
patterns: ['github.com/aws/*']

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "weekly"
groups:
gh-actions:
patterns: ['actions/*']
github:
patterns: ['github/*']

0 comments on commit 6d772e1

Please sign in to comment.