Skip to content

Commit e329d45

Browse files
committed
Add dependabot updates
1 parent 11d90ec commit e329d45

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: 'composer'
7+
directories:
8+
- '/'
9+
schedule:
10+
interval: 'daily'
11+
open-pull-requests-limit: 10
12+
13+
- package-ecosystem: 'github-actions'
14+
directory: '/'
15+
schedule:
16+
interval: 'daily'
17+
open-pull-requests-limit: 10
18+
ignore:
19+
- dependency-name: '*'
20+
update-types:
21+
- 'version-update:semver-minor'
22+
- 'version-update:semver-patch'

0 commit comments

Comments
 (0)