Skip to content

Commit 552c39f

Browse files
authored
fix: exclude Node.js and npm update from eslint-app.json5 (#34)
* fix: exclude Node.js and npm update from `eslint-app.json5` * Update ignored dependencies in eslint-app.json5
1 parent 8612057 commit 552c39f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/renovate/eslint-app.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
33
extends: ["github>eslint/workflows//.github/renovate/eslint-base.json5"],
44
rangeStrategy: "bump",
5+
ignoreDeps: ["node", "npm"],
56
}

0 commit comments

Comments
 (0)