Skip to content

Commit bfdb270

Browse files
Enable Renovate lockFileMaintenance (#54)
1 parent eb6f0dc commit bfdb270

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,28 @@
33
"extends": [
44
"config:recommended"
55
],
6+
"timezone": "America/Mexico_City",
7+
"lockfileMaintenance": {
8+
"enabled": true,
9+
"schedule": ["* 12-18 * * 5"]
10+
},
611
"packageRules": [
712
{
13+
"description": "Group minor and patch updates for GitHub Actions to reduce PR noise",
814
"matchManagers": [
915
"github-actions"
1016
],
1117
"matchUpdateTypes": ["patch", "minor"],
1218
"groupName": "GitHub Actions",
1319
"groupSlug": "github-actions"
20+
},
21+
{
22+
"description": "Group digest updates for all dependencies to maintain lockfile consistency",
23+
"matchPackagePatterns": ["*"],
24+
"matchUpdateTypes": ["digest"],
25+
"depTypeList": ["dependencies", "devDependencies", "optionalDependencies", "peerDependencies"],
26+
"groupName": "lockfile maintenance",
27+
"schedule": ["* 12-18 * * 5"]
1428
}
1529
]
1630
}

0 commit comments

Comments
 (0)