Skip to content

Commit

Permalink
i think it should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Sep 24, 2024
1 parent 6045815 commit 4fe31a9
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"timezone": "Europe/Gibraltar",
"schedule": ["before 9am on monday"],
"extends": ["customManagers:biomeVersions", "helpers:pinGitHubActionDigestsToSemver"],
"dependencyDashboard": true,
"rangeStrategy": "replace",
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "lockFileMaintenance"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackageNames": ["!node"]
}
]
"extends": [
"config:recommended",
"customManagers:biomeVersions",
"group:allNonMajor",
"helpers:pinGitHubActionDigestsToSemver"
],
"rangeStrategy": "bump",
"ignoreDeps": ["node"],
"postUpdateOptions": ["pnpmDedupe"]
}

0 comments on commit 4fe31a9

Please sign in to comment.