diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000000..b1556271da --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "enabledManagers": [ + "github-actions" + ], + "packageRules": [ + { + "matchManagers": [ + "github-actions" + ], + "matchDepTypes": [ + "github-actions" + ], + "matchFileNames": [ + ".github/workflows/**" + ], + "schedule": [ + "every weekend" + ], + "labels": [ + "renovate/github-actions" + ], + "groupName": "GitHub Actions updates" + } + ] +}