Skip to content

Commit

Permalink
Merge pull request #541 from awanlin/topic/adjust-renovate-matchpacka…
Browse files Browse the repository at this point in the history
…genames

Adjusted renovate `matchPackageNames`
  • Loading branch information
awanlin authored Aug 8, 2024
2 parents ef8f55c + b835b1e commit 7d0910b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"matchManagers": ["npm"],
"enabled": false,
"matchPackageNames": ["/@backstage/"]
"matchPackageNames": ["@backstage/**"]
}
],
"osvVulnerabilityAlerts": true,
Expand Down

0 comments on commit 7d0910b

Please sign in to comment.