mirror of
https://github.com/songoda/EpicAnchors.git
synced 2024-10-31 23:59:35 +01:00
Update dependabot.yml
This commit is contained in:
parent
011ca8e6ef
commit
f336c458c1
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
@ -1,11 +1,18 @@
|
|||||||
# To get started with Dependabot version updates, you'll need to specify which
|
|
||||||
# package ecosystems to update and where the package manifests are located.
|
|
||||||
# Please see the documentation for all configuration options:
|
# Please see the documentation for all configuration options:
|
||||||
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "maven" # See documentation for possible values
|
- package-ecosystem: "maven"
|
||||||
directory: "/" # Location of package manifests
|
directory: "/"
|
||||||
|
target-branch: "development"
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "com.songoda:SongodaCore"
|
||||||
|
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
target-branch: "development"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
|
Loading…
Reference in New Issue
Block a user