Skip to content

Commit ce8f6a2

Browse files
author
Vincent Faliès
committed
Add dependencies.yml for dependencies.io
1 parent f29213f commit ce8f6a2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dependencies.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
collectors:
2+
3+
- type: dockerfile
4+
path: Dockerfile
5+
actors:
6+
# pull requests for all major, minor, and patch updates
7+
- type: find-replace
8+
versions: "L.Y.Y"
9+
10+
- type: php-composer
11+
path: /
12+
actors:
13+
# pull requests for all major, minor, and patch updates
14+
- type: php-composer
15+
versions: "Y.Y.Y"

0 commit comments

Comments
 (0)