Skip to content

Commit 6f38978

Browse files
committed
Add dependabot.yml
1 parent 22d57c7 commit 6f38978

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: 'composer'
5+
directory: '/'
6+
schedule:
7+
interval: 'daily'
8+
open-pull-requests-limit: 10
9+
10+
- package-ecosystem: 'github-actions'
11+
directory: '/'
12+
schedule:
13+
interval: 'daily'
14+
ignore:
15+
- dependency-name: '*'
16+
update-types:
17+
- 'version-update:semver-minor'
18+
- 'version-update:semver-patch'

0 commit comments

Comments
 (0)