diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b163b86..2ec543f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -57,8 +57,6 @@ matchPackagePrefixes: ['poetry-'], groupName: 'Poetry', automerge: true, - separateMajorMinor: false, - separateMinorPatch: false, }, /** Separate pull request for scikit-image */ { @@ -75,8 +73,6 @@ matchFileNames: ['.github/**', '.pre-commit-config.yaml', 'ci/**'], groupName: 'CI dependencies', automerge: true, - separateMajorMinor: false, - separateMinorPatch: false, }, ], }