Skip to content

Commit 8c29f1c

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

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+
open-pull-requests-limit: 2
8+
ignore:
9+
- dependency-name: "@prisma/cli"
10+
versions:
11+
- 2.15.0
12+
- 2.16.0
13+
- 2.16.1
14+
- 2.17.0
15+
- 2.18.0
16+
- 2.19.0
17+
- 2.20.0
18+
- dependency-name: "@nestjs/schematics"
19+
versions:
20+
- 7.2.7
21+
- 7.2.8
22+
- 7.2.9
23+
- 7.3.0

0 commit comments

Comments
 (0)