Skip to content

Commit c4b5a68

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

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/dependabot.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: flow-bin
10+
versions:
11+
- 0.141.0
12+
- 0.143.1
13+
- dependency-name: eslint
14+
versions:
15+
- 7.16.0
16+
- 7.19.0
17+
- dependency-name: "@babel/preset-env"
18+
versions:
19+
- 7.12.11
20+
- dependency-name: "@babel/preset-react"
21+
versions:
22+
- 7.12.10
23+
- dependency-name: "@babel/core"
24+
versions:
25+
- 7.12.10

0 commit comments

Comments
 (0)