Skip to content

Commit c993702

Browse files
committed
chore: group renovate updates
If an update exists both in pre-commit and as an explicit dependency, make sure that they are updated in tandem. Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent bed8b67 commit c993702

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/renovate.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@
88
"enabled": true
99
},
1010
"prHourlyLimit": 0,
11-
"prConcurrentLimit": 0
11+
"prConcurrentLimit": 0,
12+
"packageRules": [
13+
{
14+
"groupName": "Ruff",
15+
"matchPackageNames": ["astral-sh/ruff-pre-commit", "devel/ruff"]
16+
}
17+
]
1218
}

0 commit comments

Comments
 (0)