EpicAnchors/.github/dependabot.yml
2022-09-06 22:22:55 +02:00

19 lines
507 B
YAML

# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
target-branch: "development"
schedule:
interval: "monthly"
ignore:
- dependency-name: "com.songoda:SongodaCore"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "development"
schedule:
interval: "monthly"