Skip to content

Commit 020318c

Browse files
authored
Merge pull request #225 from pateskinasy/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents 01b97e2 + 0b00d25 commit 020318c

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)