Skip to content

Commit

Permalink
improve renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Sep 24, 2024
1 parent 0c95b57 commit 989cf08
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"timezone": "Europe/Gibraltar",
"schedule": ["before 9am on monday"],
"extends": ["config:best-practices", "customManagers:biomeVersions", "helpers:pinGitHubActionDigestsToSemver"],
"extends": [
"config:best-practices",
"customManagers:biomeVersions",
"group:allNonMajor",
"helpers:pinGitHubActionDigestsToSemver"
],
"rangeStrategy": "bump",
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"]
},
{
"groupName": "deps",
"matchManagers": ["custom.regex", "npm"],
"rangeStrategy": "bump"
}
]
}
}

0 comments on commit 989cf08

Please sign in to comment.