More Dependabot PRs, please

(cherry picked from commit 9db4e0b3ed691ab5a5c296eaab38d5411a4be2f8)
This commit is contained in:
Harald Kuhr 2023-05-25 13:55:14 +02:00
parent 2d25670a7e
commit 7565a8cbf1

View File

@ -1,10 +1,11 @@
version: 2 version: 2
updates: updates:
# Maven/Java library updates # Maven/Java library updates
- package-ecosystem: "maven" # See documentation for possible values - package-ecosystem: "maven"
directory: "/" # Location of package manifests directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
open-pull-requests-limit: 10
# GitHub actions updates # GitHub actions updates
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/workflows" directory: "/.github/workflows"