mirror of
https://github.com/songoda/EpicAnchors.git
synced 2024-10-31 23:59:35 +01:00
19 lines
507 B
YAML
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"
|