mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-06-04 06:41:18 +00:00
6694bf547e
I didn't know the "everything" would be visible in PR title like that and it bothers me as it's not really "everything", it's just github-actions.
19 lines
355 B
YAML
19 lines
355 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
development-dependencies:
|
|
dependency-type: "development"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|