TwelveMonkeys/.github/dependabot.yml
2023-05-25 13:55:14 +02:00

14 lines
313 B
YAML

version: 2
updates:
# Maven/Java library updates
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
# GitHub actions updates
- package-ecosystem: "github-actions"
directory: "/.github/workflows"
schedule:
interval: "daily"