Skip to content

Commit 854ef21

Browse files
committed
feat: add npm fileMatch
1 parent 2fec550 commit 854ef21

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/renovate.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
"helpers:pinGitHubActionDigestsToSemver",
1010
"docker:disable"
1111
],
12+
"npm": {
13+
"fileMatch": ["(^|/)[^/]*\\.package\\.json$"]
14+
},
1215
"rangeStrategy": "bump",
13-
"includePaths": [
14-
"template-files/package.json/**",
15-
"template-files/.github/workflows/**"
16-
],
1716
"commitMessageSuffix": "[skip ci]",
1817
"packageRules": [
1918
{

0 commit comments

Comments
 (0)