Skip to content

Commit

Permalink
chore(renovate): fix warnings, use matchDepPatterns instead (janus-id…
Browse files Browse the repository at this point in the history
…p#1571)

Signed-off-by: Kim Tsao <ktsao@redhat.com>
  • Loading branch information
kim-tsao authored Apr 26, 2024
1 parent 9f56107 commit 7622c81
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@
"automerge": true
},
{
"matchPackagePatterns": ["^@backstage/"],
"groupName": "Core Backstage packages"
"matchDepPatterns": ["^@backstage/"],
"groupName": "Core Backstage packages",
"enabled": "false"
},
{
"matchPackagePatterns": [
"matchDepPatterns": [
"^@semantic-release/",
"^@semrel-extra/",
"^multi-semantic-release$"
Expand Down

0 comments on commit 7622c81

Please sign in to comment.