Skip to content

Commit 0b00d25

Browse files
authoredApr 29, 2021
Upgrade to GitHub-native Dependabot
1 parent 01b97e2 commit 0b00d25

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎.github/dependabot.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: uglify-js
10+
versions:
11+
- 3.12.5
12+
- 3.12.6
13+
- 3.12.7
14+
- 3.12.8
15+
- 3.13.0
16+
- 3.13.1
17+
- 3.13.2
18+
- 3.13.3

0 commit comments

Comments
 (0)
Please sign in to comment.