dependabot

This commit is contained in:
CrazyMax 2023-03-02 14:19:00 +01:00
parent 277d72319a
commit 7ae522f2b1
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

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

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "bot"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "production"
labels:
- "dependencies"
- "bot"