Skip to content

Commit

Permalink
more trying
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Sep 24, 2024
1 parent 435705e commit 3c6f43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"timezone": "Europe/Gibraltar",
"schedule": ["before 9am on monday"],
"extends": ["customManagers:biomeVersions", "helpers:pinGitHubActionDigestsToSemver"],
"extends": ["config:recommended", "customManagers:biomeVersions", "helpers:pinGitHubActionDigestsToSemver"],
"rangeStrategy": "replace",
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackageNames": ["!node"],
"matchDepTypes": ["!engines"],
"matchUpdateTypes": ["minor", "patch", "lockFileMaintenance"]
}
]
Expand Down

0 comments on commit 3c6f43c

Please sign in to comment.