diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 00000000..a445c7ac --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,24 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:best-practices" + ], + + "rebaseWhen": "never", + "schedule": [ + "* 0 * * *" + ], + + "packageRules": [ + { + "automerge": true, + "matchUpdateTypes": ["pin", "pinDigest"] + }, + { + "automerge": true, + "groupName": "github-actions", + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["digest", "patch", "minor"] + } + ] +}