Skip to content

Commit b4f49cc

Browse files
authored
Merge pull request #29 from Astrotomic/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents 311f56d + 4dffdfa commit b4f49cc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: .github/dependabot.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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: pestphp/pest
10+
versions:
11+
- 1.0.0
12+
- 1.0.2
13+
- 1.0.3
14+
- 1.0.4

0 commit comments

Comments
 (0)