diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6752e1fbc4abb..c5d1c2fdfc835 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -84,6 +84,15 @@ "on monday" ] }, + { + "matchPaths": [ + ".github/workflows/integration-test.yaml" + ], + matchPackageNames: [ + "ubuntu" + ], + "allowedVersions": "20.04", + }, { "groupName": "all go dependencies main", "groupSlug": "all-go-deps-main",