Skip to content

Commit 19fa32f

Browse files
Upgrade to GitHub-native Dependabot
1 parent 78a2f6e commit 19fa32f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: composer
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
open-pull-requests-limit: 10
8+
versioning-strategy: increase
9+
ignore:
10+
- dependency-name: symfony/polyfill-php80
11+
versions:
12+
- 1.22.0
13+
- dependency-name: phpunit/phpunit
14+
versions:
15+
- 8.5.14

0 commit comments

Comments
 (0)