diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..8c50ba6 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,20 @@ +{ + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: [ + "github>wetransform/renovate-config:self-hosted.json5", + ], + packageRules: [ + { + "groupName": "{{manager}} non-major dependencies", + "groupSlug": "{{manager}}-minor-patch", + "matchPackagePatterns": [ + "*" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + } + ], + rebaseWhen: "conflicted", // avoid too many PR builds for renovate changes; Note: may cause problems with automerge +} diff --git a/.wetf-repo.yml b/.wetf-repo.yml index 9e765dd..0d3a9f4 100644 --- a/.wetf-repo.yml +++ b/.wetf-repo.yml @@ -4,4 +4,3 @@ # Reference presets that should apply to this repository presets: - renovate # renovate workflow - - renovate-config # managed renovate config