EpicAnchors/.github/dependabot.yml

19 lines
507 B
YAML
Raw Normal View History

2021-06-12 15:16:07 +02:00
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
2022-09-06 22:22:55 +02:00
- package-ecosystem: "maven"
directory: "/"
target-branch: "development"
schedule:
interval: "monthly"
ignore:
- dependency-name: "com.songoda:SongodaCore"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "development"
2021-06-12 15:16:07 +02:00
schedule:
interval: "monthly"