Create dependabot.yml

(cherry picked from commit 8ddcbbd2b2e5b485455237ea085b4899cc393c0b)
This commit is contained in:
Harald Kuhr 2023-05-24 18:22:20 +02:00
parent 9c57fcb327
commit 4c2399d246

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

@ -0,0 +1,12 @@
version: 2
updates:
# Maven/Java library updates
- package-ecosystem: "maven" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
# GitHub actions updates
- package-ecosystem: "github-actions"
directory: "/.github"
schedule:
interval: "daily"