chore: Enable dependabot for security only

* chore: enable dependabot for security only

* style: add newline
This commit is contained in:
Jasper Vaneessen 2022-04-27 09:12:30 +02:00 committed by GitHub
parent 6dd77cf8d8
commit 1af0f77977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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