Skip to content

Commit a1f5efc

Browse files
Upgrade to GitHub-native Dependabot (#84)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent d699328 commit a1f5efc

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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: eslint
10+
versions:
11+
- 7.18.0
12+
- 7.19.0
13+
- 7.20.0
14+
- 7.21.0
15+
- 7.22.0
16+
- 7.23.0
17+
- 7.24.0
18+
- dependency-name: mocha
19+
versions:
20+
- 8.3.0
21+
- 8.3.1
22+
- dependency-name: chai
23+
versions:
24+
- 4.3.0
25+
- 4.3.1
26+
- 4.3.3

0 commit comments

Comments
 (0)