Skip to content

Commit 577161d

Browse files
committed
Add configuration for Dependabot
1 parent 88c1a0e commit 577161d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.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)