mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 10:35:18 +01:00
Cleanup YAML in .github/dependabot.yml
This commit is contained in:
parent
d710b2d2d5
commit
5a7a3d052d
19
.github/dependabot.yml
vendored
19
.github/dependabot.yml
vendored
@ -1,16 +1,13 @@
|
||||
# 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"
|
||||
- package-ecosystem: maven
|
||||
directory: /
|
||||
target-branch: development
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
interval: monthly
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
target-branch: "development"
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
target-branch: development
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
interval: monthly
|
||||
|
Loading…
Reference in New Issue
Block a user