Files
TwelveMonkeys/.github/dependabot.yml
2023-05-25 13:42:21 +02:00

13 lines
352 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/workflows"
schedule:
interval: "daily"