Skip to content

Commit f71618e

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

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "07:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: eslint-config-prettier
11+
versions:
12+
- 7.2.0
13+
- 8.0.0
14+
- 8.1.0
15+
- 8.2.0
16+
- dependency-name: cli-table
17+
versions:
18+
- 0.3.4
19+
- 0.3.5

0 commit comments

Comments
 (0)