Files
fluffy-pancake/renovate.json
T

16 lines
329 B
JSON
Raw Normal View History

2026-06-12 15:46:54 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"labels": ["dependencies"],
2026-06-12 16:11:51 +02:00
"enabledManagers": ["github-actions"],
2026-06-12 15:13:59 +00:00
"rangeStrategy": "pin",
2026-06-12 15:46:54 +02:00
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "Pipeline-Updates"
}
]
}