Files
Draupnir/.github/dependabot.yml
T
Aminda Suomalainen b21c0a1df9 Decrease dependency update check to weekly (#124)
* .pre-commit-config.yaml: check ci updates weekly

* dependabot.yml: check for updates weekly instead of daily
2023-09-12 13:24:29 +01:00

19 lines
357 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
development-dependencies:
dependency-type: "development"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*"