ci: Update dependabot.yml - add composer ecosystem
This commit is contained in:
parent
f780d8a0c0
commit
85312ae917
1 changed files with 6 additions and 7 deletions
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
|
@ -1,11 +1,10 @@
|
|||
# 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:
|
||||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
- package-ecosystem: "composer"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
|
|
Loading…
Reference in a new issue