mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 09:44:04 +00:00
21 lines
463 B
YAML
21 lines
463 B
YAML
# Set update schedule for GitHub Actions
|
|
|
|
version: 2
|
|
updates:
|
|
# Maintain dependencies for actions
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'weekly'
|
|
|
|
# Maintain dependencies for web docs/npm
|
|
- package-ecosystem: 'npm'
|
|
directory: '/web'
|
|
schedule:
|
|
interval: 'weekly'
|
|
groups:
|
|
web-deps:
|
|
patterns:
|
|
# Group all the web deps together to keep the PR spam down
|
|
- '*'
|