Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 0385753 commit 548596c
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 548596c

Please sign in to comment.