Skip to content

Commit

Permalink
ci: 🎡 update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Dec 10, 2024
1 parent a1f3676 commit 381c4c5
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":preserveSemverRanges", "group:all"],
"postUpdateOptions": ["pnpmDedupe"],
"ignoreDeps": ["mermaid"]
"packageRules": [
{
"matchDepNames": ["oxlint"],
"rangeStrategy": "replace",
"groupName": "oxlint"
},
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": ["*"],
"excludePackagePatterns": ["oxlint"],
"matchUpdateTypes": ["minor", "patch"]
}
],
"commitMessagePrefix": "chore: ",
"commitMessageAction": "bump up",
"commitMessageTopic": "{{depName}} version",
"ignoreDeps": ["mermaid"],
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:weekly"]
}
}

0 comments on commit 381c4c5

Please sign in to comment.