Skip to content

Commit d86670f

Browse files
committed
minor #175 Add configuration for Dependabot (phansys)
This PR was merged into the 3.x branch. Discussion ---------- |Q |A | |--- |---| |Branch |3.x| |Bug fix? |no | |New feature? |no | |BC breaks? |no | |Deprecations?|no | |Tests pass? |yes| |Fixed tickets| | |License |MIT| |Doc PR | | Commits ------- ea249a7 Add configuration for Dependabot
2 parents c01908d + ea249a7 commit d86670f

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)