From 6deed6d8a11a43a7964c9163b6aa095e964bda84 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 7 Jan 2026 18:52:49 +0100 Subject: [PATCH] feat: support infrastructure as code --- iac.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 iac.json diff --git a/iac.json b/iac.json new file mode 100644 index 0000000..02fba0e --- /dev/null +++ b/iac.json @@ -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" + ] + } + ] +} \ No newline at end of file