Add dependabot (#826)

It has a low limit on how many PRs it's allowed to open at a time, so it
should not flood the repo.
This commit is contained in:
Birk Skyum
2023-12-17 07:16:47 +01:00
committed by GitHub
parent 18f45e932b
commit 0c46affda9

14
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 2
versioning-strategy: increase
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 2
versioning-strategy: increase