feat: support infrastructure as code

This commit is contained in:
2026-01-07 18:52:49 +01:00
parent d3b8f9281f
commit 6deed6d8a1

22
iac.json Normal file
View File

@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"addLabels": [
"renovate/automerge",
"renovate/iac"
],
"automerge": true,
"enabled": true,
"groupName": "Update public Infrastructure as Code (IaC)",
"groupSlug": "public-infrastructure-as-code",
"matchCategories": [
"iac"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}