Group dependabot PRs

This commit is contained in:
Brenden Matthews 2023-07-04 09:05:49 -04:00
parent 0070e54aa6
commit 72e932cf0c
No known key found for this signature in database
GPG Key ID: 137B7AC2BDFD8DF0
1 changed files with 11 additions and 6 deletions

View File

@ -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
- '*'