mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +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
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
# Maintain dependencies for actions
|
# Maintain dependencies for actions
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: 'github-actions'
|
||||||
directory: "/"
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: 'weekly'
|
||||||
|
|
||||||
# Maintain dependencies for web docs/npm
|
# Maintain dependencies for web docs/npm
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: 'npm'
|
||||||
directory: "/web"
|
directory: '/web'
|
||||||
schedule:
|
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