Skip to content

Commit

Permalink
chore: use renovate bestpractices (#194)
Browse files Browse the repository at this point in the history
chore: configure renovate
  • Loading branch information
r4ai authored Sep 26, 2024
1 parent d47cda0 commit c8f2086
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"dependencyDashboard": false,
"extends": ["config:best-practices", "customManagers:biomeVersions"],
"lockFileMaintenance": {
"automerge": true,
"platformAutomerge": true,
"enabled": true,
"recreateWhen": "always",
"rebaseStalePrs": true,
"branchTopic": "lock-file-maintenance",
"commitMessageAction": "Lock file maintenance",
"commitMessageTopic": null,
"commitMessageExtra": null,
"schedule": ["before 4am on monday"],
"groupName": null,
"prBodyDefinitions": {
"Change": "All locks refreshed"
}
"automerge": true
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest", "pinDigest"],
"automerge": true,
"platformAutomerge": true
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit c8f2086

Please sign in to comment.