Skip to content

Commit

Permalink
patch: Configure rennovate to respect overrides in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
  • Loading branch information
vipulgupta2048 committed Aug 15, 2024
1 parent 24c66af commit 1a54910
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rennovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": ["github>balena-io/renovate-config"],
"packageRules": [
{
"matchDatasources": ["npm"],
"matchPackageNames": ["cheerio"],
"enabled": false
}
]
}

0 comments on commit 1a54910

Please sign in to comment.