Create initial dependencies.yml config
parent
1d402ed51b
commit
8e6e044c65
|
@ -0,0 +1,21 @@
|
|||
collectors:
|
||||
|
||||
- type: js-npm
|
||||
path: /
|
||||
actors:
|
||||
# pull requests for updates to our major version
|
||||
- type: js-npm
|
||||
versions: "L.Y.Y"
|
||||
# create issues for new major versions
|
||||
- type: repo-issue
|
||||
versions: "Y.0.0"
|
||||
|
||||
- type: php-composer
|
||||
path: /
|
||||
actors:
|
||||
# pull requests for updates to our major version
|
||||
- type: php-composer
|
||||
versions: "L.Y.Y"
|
||||
# create issues for new major versions
|
||||
- type: repo-issue
|
||||
versions: "Y.0.0"
|
Loading…
Reference in New Issue