Skip to content

Commit 8ef89ad

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

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: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: get-stream
10+
versions:
11+
- 6.0.0
12+
- 6.0.1
13+
- dependency-name: typescript
14+
versions:
15+
- 4.1.3
16+
- 4.1.4
17+
- 4.1.5
18+
- 4.2.2
19+
- 4.2.3
20+
- 4.2.4
21+
- dependency-name: xo
22+
versions:
23+
- 0.37.1
24+
- 0.38.1
25+
- 0.38.2

0 commit comments

Comments
 (0)