diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ef122c84b0d5..41a6d1bc8032 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -101,5 +101,11 @@ matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'], minimumReleaseAge: '7 days', }, + /** Disable cheerio update on stabilization branches, patch release contains braking changes */ + { + matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'], + matchDepNames: ['cheerio'], + enabled: false, + }, ], }