From 50718a280d1598d09ee90d76acfec9433c5ef965 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 11 Jun 2024 09:07:47 +0200 Subject: [PATCH] chore: remove renovate config file --- .github/renovate.json5 | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 deleted file mode 100644 index 8f4cd1c69..000000000 --- a/.github/renovate.json5 +++ /dev/null @@ -1,29 +0,0 @@ -{ - extends: ['config:base', 'schedule:earlyMondays'], - // baseBranches: ['master'], - lockFileMaintenance: { enabled: true }, - ignorePaths: ["api/**"], - packageRules: [ - { - matchPackagePrefixes: ["camptocamp/postgres"], - matchUpdateTypes: ['major'], - enabled: false - }, - - { - matchDepTypes: ['devDependencies'], - automerge: true, - }, - /** Group the patch and the minor */ - { - matchUpdateTypes: ['patch'], - groupName: 'all patch and minor versions', - automerge: true, - }, - { - matchUpdateTypes: ['minor'], - groupName: 'all patch and minor versions', - automerge: true, - }, - ], -}