diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000000000000000000000000000000000..beb05040107790a1490996750c451333bac69f24 --- /dev/null +++ b/renovate.json @@ -0,0 +1,20 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + ":configMigration", + ":enableVulnerabilityAlertsWithLabel('renovatebot/security')", + ":semanticCommits", + ":automergePatch", + ":automergeTesters", + ":automergeLinters" + ], + "packageRules": [ + { + "matchSourceUrls": [ + "https://github.com/hashicorp/terraform" + ], + "groupName": "terraform" + } + ] +} \ No newline at end of file