Skip to content

Commit 5c93b67

Browse files
authored
chore: enable renovate update of pixi.lock file (#897)
1 parent 4c7853a commit 5c93b67

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
44
"minimumReleaseAge": "7 days",
5+
"lockFileMaintenance": { "enabled": true },
56
"packageRules": [
7+
{
8+
"description": "Group pixi lockfile maintenance into a single PR",
9+
"matchUpdateTypes": ["lockFileMaintenance"],
10+
"matchManagers": ["pixi"],
11+
"groupName": "pixi lockfile maintenance"
12+
},
613
{
714
"description": "Group all GitHub Actions updates together",
815
"matchManagers": ["github-actions"],

0 commit comments

Comments
 (0)