Skip to content

Commit 1e2adb1

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

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "08:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: eslint
11+
versions:
12+
- 7.18.0
13+
- 7.19.0
14+
- 7.20.0
15+
- 7.21.0
16+
- 7.22.0
17+
- 7.23.0
18+
- 7.24.0
19+
- dependency-name: eslint-plugin-react
20+
versions:
21+
- 7.22.0
22+
- 7.23.0
23+
- 7.23.1

0 commit comments

Comments
 (0)