Skip to content

Commit 939cf9e

Browse files
authored
Merge pull request #12 from neurocode-io/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents 9bc2d65 + 07b1d38 commit 939cf9e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: typescript
10+
versions:
11+
- 4.1.5
12+
- 4.2.2
13+
- 4.2.3

0 commit comments

Comments
 (0)