Skip to content

Commit

Permalink
Update renovate configuration, schedule and groups (#4116)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Oct 13, 2024
1 parent eca1d16 commit 7e0f487
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,50 @@
":maintainLockFilesWeekly",
":separateMultipleMajorReleases",
":semanticCommits",
":label(dependencies)"
":label(dependencies)",
":configMigration",
":combinePatchMinorReleases",
"npm:unpublishSafe",
"preview:dockerVersions",
"schedule:daily", // daily, before 4am
"group:unitTestNonMajor",
":enableVulnerabilityAlerts",
],
"vulnerabilityAlerts": {
"enabled": true
},
"osvVulnerabilityAlerts": true,
"packageRules": [
{
"matchPackageNames": ["uv", "ghcr.io/astral-sh/uv"],
"schedule": ["before 4am on Wednesday"]
},
{
"groupName": "Roslynator",
"matchSourceUrls": [
"https://github.com/dotnet/roslynator"
],
"matchUpdateTypes": [
"digest",
"patch",
"minor",
"major"
]
},
{
"groupName": "Salesforce packages",
"matchPackageNames": [
"@salesforce/**"
],
"schedule": [
"before 4am every 4 days"
],
"matchUpdateTypes": [
"digest",
"patch",
"minor",
"major"
]
}
],
"customManagers": [
Expand Down

0 comments on commit 7e0f487

Please sign in to comment.