Skip to content

Commit

Permalink
chore: Enable Renovate config migration and replace deprecated `match…
Browse files Browse the repository at this point in the history
…PackagePrefixes` rule (#987)

Signed-off-by: Andrew Haines <[email protected]>
  • Loading branch information
haines authored Aug 6, 2024
1 parent 324cd23 commit f4e011a
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
@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"configMigration": true,
"extends": [
":dependencyDashboard",
":gitSignOff",
Expand Down Expand Up @@ -39,7 +40,7 @@
"semanticCommitScope": "deps"
},
{
"matchPackagePrefixes": ["@opentelemetry/"],
"matchPackageNames": ["@opentelemetry/*"],
"groupName": "opentelemetry",
"semanticCommitScope": "deps"
},
Expand Down

0 comments on commit f4e011a

Please sign in to comment.