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