1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-29 01:58:26 +00:00
conky/.github/dependabot.yml

25 lines
524 B
YAML
Raw Normal View History

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