2022-10-13 20:47:04 +00:00
|
|
|
# Set update schedule for GitHub Actions
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
2022-10-14 13:50:39 +00:00
|
|
|
# Maintain dependencies for actions
|
2023-07-04 13:05:49 +00:00
|
|
|
- package-ecosystem: 'github-actions'
|
|
|
|
directory: '/'
|
2022-10-13 20:47:04 +00:00
|
|
|
schedule:
|
2023-07-04 13:05:49 +00:00
|
|
|
interval: 'weekly'
|
2022-10-14 13:50:39 +00:00
|
|
|
|
|
|
|
# Maintain dependencies for web docs/npm
|
2023-07-04 13:05:49 +00:00
|
|
|
- package-ecosystem: 'npm'
|
|
|
|
directory: '/web'
|
2022-10-14 13:50:39 +00:00
|
|
|
schedule:
|
2023-07-04 13:05:49 +00:00
|
|
|
interval: 'weekly'
|
|
|
|
groups:
|
|
|
|
web-deps:
|
|
|
|
patterns:
|
|
|
|
# Group all the web deps together to keep the PR spam down
|
|
|
|
- '*'
|