Skip to content

Commit

Permalink
Group dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jul 8, 2023
1 parent 0070e54 commit 72e932c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@
version: 2
updates:
# Maintain dependencies for actions
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'

# Maintain dependencies for web docs/npm
- package-ecosystem: "npm"
directory: "/web"
- package-ecosystem: 'npm'
directory: '/web'
schedule:
interval: "weekly"
interval: 'weekly'
groups:
web-deps:
patterns:
# Group all the web deps together to keep the PR spam down
- '*'

0 comments on commit 72e932c

Please sign in to comment.