Skip to content

Commit af37e3a

Browse files
Upgrade to GitHub-native Dependabot (#145)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent c09c0fc commit af37e3a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/dependabot.yml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: composer
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: phpstan/phpstan
10+
versions:
11+
- 0.12.70
12+
- 0.12.71
13+
- 0.12.73
14+
- 0.12.74
15+
- 0.12.75
16+
- 0.12.76
17+
- 0.12.77
18+
- 0.12.78
19+
- 0.12.79
20+
- 0.12.80
21+
- 0.12.81
22+
- 0.12.82
23+
- 0.12.83
24+
- dependency-name: phpunit/phpunit
25+
versions:
26+
- 9.5.1
27+
- 9.5.2
28+
- 9.5.3
29+
- 9.5.4

0 commit comments

Comments
 (0)