Skip to content

Commit 93cebbc

Browse files
committed
chore: enable lock file maintenance
1 parent c8cbc14 commit 93cebbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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",
@@ -17,6 +19,8 @@
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
{

0 commit comments

Comments
 (0)