diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..805b082 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,15 @@ +{ + "extends": [ + "config:recommended", + "github>aquaproj/aqua-renovate-config#2.6.0" + ], + "schedule": ["before 5am on Monday"], + "baseBranches": ["main", "master"], + "labels": ["auto-upgrade"], + "dependencyDashboardAutoclose": true, + "terraform": { + "ignorePaths": [ + "**/context.tf", + ] + }, +}