Skip to content

Commit 63560e8

Browse files
authored
Merge pull request #192 from slimphp/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents 78a2f6e + 19fa32f commit 63560e8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

+15
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)