blob: a3b16b8c43c134c57e38e8be1c0a173e6367fd3f [file] [log] [blame]
# Basic dependabot.yml file with
# minimum configuration for maven package manager
version: 2
updates:
# Enable version updates for Maven
- package-ecosystem: "maven"
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"