Create dependabot.yml

This commit is contained in:
Harald Kuhr
2023-05-24 18:22:20 +02:00
committed by GitHub
parent 507cca5fd7
commit 8ddcbbd2b2

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"