Skip to content

Commit 12e4188

Browse files
committed
Merge branch 'master' of github.com:fiznool/passport-oauth2-refresh
2 parents 81eca78 + a1f5efc commit 12e4188

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)