Skip to content

Commit 5572b63

Browse files
Merge pull request #131 from DannyvdSluijs/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents 80bf418 + b6584d0 commit 5572b63

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

.dependabot/config.yml

-5
This file was deleted.

.github/dependabot.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: composer
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "04:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: symfony/filesystem
11+
versions:
12+
- 4.4.19
13+
- 4.4.20
14+
- dependency-name: symfony/console
15+
versions:
16+
- 4.4.19
17+
- 4.4.20
18+
- dependency-name: symfony/http-foundation
19+
versions:
20+
- 4.4.19
21+
- dependency-name: phpunit/phpunit
22+
versions:
23+
- 8.5.14

0 commit comments

Comments
 (0)