Files
TwelveMonkeys/.github/dependabot.yml
Harald Kuhr 4c2399d246 Create dependabot.yml
(cherry picked from commit 8ddcbbd2b2)
2023-07-19 13:11:35 +02:00

13 lines
342 B
YAML

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"