1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-02 07:20:47 +00:00
conky/.github/dependabot.yml

21 lines
463 B
YAML
Raw Permalink Normal View History

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