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 220654f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/rennovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"extends": ["github>balena-io/renovate-config"],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"excludePackageNames": [],
"excludePackagePatterns": [],
"matchCurrentVersion": "!/^overrides$/",
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
}

0 comments on commit 220654f

Please sign in to comment.