From b89ba26ac0ff409ee64a8852c7778b075a7f4168 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Fri, 6 Oct 2023 10:35:47 +0200 Subject: [PATCH] feat(ci): Disable renovate on minor and patch dependency updates Signed-off-by: jld3103 --- .github/renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 63a0007a..1e719f68 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -19,6 +19,15 @@ ], "enabled": false }, + { + "matchManagers": ["pub"], + "matchDepTypes": ["dependencies"], + "matchUpdateTypes": [ + "minor", + "patch" + ], + "enabled": false + }, { "groupName": "built_value", "matchPackagePatterns": "^built"