Skip to content

Commit ea249a7

Browse files
committed
Add configuration for Dependabot
1 parent c01908d commit ea249a7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: composer
5+
directory: '/'
6+
schedule:
7+
interval: daily
8+
time: '02:00'
9+
open-pull-requests-limit: 10
10+
target-branch: master
11+
allow:
12+
- dependency-type: all

0 commit comments

Comments
 (0)