Skip to content

Commit

Permalink
chore(config): migrate renovate config (#959)
Browse files Browse the repository at this point in the history
chore(config): migrate config .github/renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 4d18da0 commit 06905f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"extends": ["github>doist/renovate-config:frontend-base"],
"packageRules": [
{
"matchPackagePatterns": ["^@tiptap/"],
"groupName": "tiptap packages",
"automerge": false
"automerge": false,
"matchPackageNames": ["/^@tiptap//"]
},
{
"matchPackagePatterns": ["gfm-autolink-literal$"],
"groupName": "gfm autolink literal packages"
"groupName": "gfm autolink literal packages",
"matchPackageNames": ["/gfm-autolink-literal$/"]
},
{
"matchPackagePatterns": ["gfm-strikethrough$"],
"groupName": "gfm strikethrough packages"
"groupName": "gfm strikethrough packages",
"matchPackageNames": ["/gfm-strikethrough$/"]
}
]
}

0 comments on commit 06905f7

Please sign in to comment.