We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7853a commit 5c93b67Copy full SHA for 5c93b67
1 file changed
renovate.json
@@ -2,7 +2,14 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
4
"minimumReleaseAge": "7 days",
5
+ "lockFileMaintenance": { "enabled": true },
6
"packageRules": [
7
+ {
8
+ "description": "Group pixi lockfile maintenance into a single PR",
9
+ "matchUpdateTypes": ["lockFileMaintenance"],
10
+ "matchManagers": ["pixi"],
11
+ "groupName": "pixi lockfile maintenance"
12
+ },
13
{
14
"description": "Group all GitHub Actions updates together",
15
"matchManagers": ["github-actions"],
0 commit comments