Skip to content

Commit c4be3fb

Browse files
dependabot-preview[bot]cblanc
authored andcommitted
Upgrade to GitHub-native Dependabot
1 parent 100c85f commit c4be3fb

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/dependabot.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
version: 2
2+
registries:
3+
npm-registry-registry-npmjs-org:
4+
type: npm-registry
5+
url: https://registry.npmjs.org
6+
token: "${{secrets.NPM_REGISTRY_REGISTRY_NPMJS_ORG_TOKEN}}"
7+
8+
updates:
9+
- package-ecosystem: npm
10+
directory: "/"
11+
schedule:
12+
interval: weekly
13+
open-pull-requests-limit: 10
14+
reviewers:
15+
- mfilip
16+
assignees:
17+
- mfilip
18+
ignore:
19+
- dependency-name: eslint
20+
versions:
21+
- 7.22.0
22+
- 7.25.0
23+
- dependency-name: typedoc
24+
versions:
25+
- 0.20.18
26+
- 0.20.20
27+
- 0.20.23
28+
- 0.20.25
29+
- 0.20.27
30+
- 0.20.28
31+
- 0.20.30
32+
- 0.20.32
33+
- 0.20.33
34+
- 0.20.34
35+
- 0.20.35
36+
- dependency-name: "@types/node"
37+
versions:
38+
- 14.14.34
39+
registries:
40+
- npm-registry-registry-npmjs-org

0 commit comments

Comments
 (0)