mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 01:34:11 +00:00
Group dependabot PRs
This commit is contained in:
parent
0070e54aa6
commit
72e932cf0c
17
.github/dependabot.yml
vendored
17
.github/dependabot.yml
vendored
@ -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
|
||||
- '*'
|
||||
|
Loading…
Reference in New Issue
Block a user