Skip to content

Commit

Permalink
ci: add postUpgradeTasks.fileFilters property to renovate.json (#828
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nsbarsukov authored Dec 27, 2023
1 parent a7d9fc2 commit b3545ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"echo 'TODO: workaround for https://github.com/npm/cli/issues/6787#issuecomment-1751005219'",
"npm i --workspaces --include-workspace-root"
],
"executionMode": "branch"
"executionMode": "branch",
"fileFilters": ["package-lock.json"]
}
}

0 comments on commit b3545ec

Please sign in to comment.