Skip to content

Commit e1f384c

Browse files
authored
Merge pull request #138 from testing-library/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents 5307a37 + a5a42c3 commit e1f384c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/dependabot.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "10:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: husky
11+
versions:
12+
- 5.0.9
13+
- 5.1.0
14+
- 5.1.1
15+
- 5.1.2
16+
- 5.1.3
17+
- 5.2.0
18+
- dependency-name: "@commitlint/config-conventional"
19+
versions:
20+
- 12.0.0
21+
- 12.0.1
22+
- dependency-name: "@commitlint/cli"
23+
versions:
24+
- 12.0.0
25+
- 12.0.1

0 commit comments

Comments
 (0)