From 245280bdcd44f2b8c7c82867a67bcb5f1d6741b8 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Fri, 6 Oct 2023 15:31:17 +0200 Subject: [PATCH] feat(ci): Disable renovate on minor and patch dart/flutter updates Signed-off-by: jld3103 --- .github/renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 3e9f96d3..63a0007a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,6 +11,14 @@ "enabled": true }, "packageRules": [ + { + "matchDatasources": ["dart-version", "flutter-version"], + "matchUpdateTypes": [ + "minor", + "patch" + ], + "enabled": false + }, { "groupName": "built_value", "matchPackagePatterns": "^built"