File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 44 "config:recommended" ,
55 // https://docs.renovatebot.com/presets-default/#separatemultiplemajorreleases
66 ":separateMultipleMajorReleases" ,
7+ // https://docs.renovatebot.com/presets-default/#maintainlockfilesweekly
8+ ":maintainLockFilesWeekly" ,
79 // https://docs.renovatebot.com/presets-customManagers/#custommanagersgithubactionsversions
810 "customManagers:githubActionsVersions" ,
911 "github>mschoettle/renovate-presets//presets/docker-alpine.json5" ,
1719 // This avoids getting spammed by updates to existing MRs
1820 // https://docs.renovatebot.com/configuration-options/#rebasewhen
1921 "rebaseWhen" : "conflicted" ,
22+ // https://docs.renovatebot.com/configuration-options/#suppressnotifications
23+ "suppressNotifications" : [ "prEditedNotification" ] ,
2024 "packageRules" : [
2125 // Combine uv package, uv image, and uv-pre-commit
2226 {
You can’t perform that action at this time.
0 commit comments