Skip to content

Commit

Permalink
chore: migrate config .github/renovate.json (Milkdown#1582)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent a068b8b commit 858bedf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":preserveSemverRanges", "group:all"],
"extends": ["config:recommended", ":preserveSemverRanges", "group:all"],
"postUpdateOptions": ["pnpmDedupe"],
"packageRules": [
{
Expand All @@ -11,9 +11,8 @@
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": ["*"],
"excludePackagePatterns": ["oxlint"],
"matchUpdateTypes": ["minor", "patch"]
"matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": ["*", "!/oxlint/"]
}
],
"commitMessagePrefix": "chore: ",
Expand Down

0 comments on commit 858bedf

Please sign in to comment.