Skip to content

Commit 783efad

Browse files
author
Josh Goldberg
authored
Switch from Renovate to Dependabot (#1133)
* Switch from Renovate to Dependabot * Dial back on strip-ansi
1 parent 9caa492 commit 783efad

File tree

3 files changed

+86
-12
lines changed

3 files changed

+86
-12
lines changed

dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"

package-lock.json

Lines changed: 79 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/json5": "0.0.30",
3434
"@types/lodash": "4.14.170",
3535
"@types/minimatch": "3.0.4",
36-
"@types/node": "14.17.4",
36+
"@types/node": "16.0.0",
3737
"@typescript-eslint/eslint-plugin": "4.28.1",
3838
"@typescript-eslint/parser": "4.28.1",
3939
"babel-jest": "27.0.6",

0 commit comments

Comments
 (0)