Skip to content

Commit 73974d3

Browse files
Upgrade to GitHub-native Dependabot
1 parent cc6bd97 commit 73974d3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
time: "04:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: "@vue/test-utils"
11+
versions:
12+
- 1.1.2
13+
- 1.1.3

0 commit comments

Comments
 (0)