feat: ignore cooldown for internal deps (#32)
All checks were successful
CD / Release (push) Successful in 15s

Ignoring min release age for any internal deps and have every rule extend the common package.

Reviewed-on: #32
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #32.
This commit is contained in:
2026-02-08 20:01:34 +01:00
committed by t.behrendt
parent bc31fbd099
commit 7a4f5cb141
6 changed files with 11 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["helpers:pinGitHubActionDigests"],
"extends": ["local>t.behrendt/renovate-configs:common", "helpers:pinGitHubActionDigests"],
"packageRules": [
{
"matchManagers": ["github-actions"],