Skip to content

Commit 6591a49

Browse files
committed
Disable cheerio update on stabilization branches, patch release contains braking changes
1 parent 9a90ad5 commit 6591a49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,11 @@
101101
matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'],
102102
minimumReleaseAge: '7 days',
103103
},
104+
/** Disable cheerio update on stabilization branches, patch release contains braking changes */
105+
{
106+
matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'],
107+
matchDepNames: ['cheerio'],
108+
enabled: false,
109+
},
104110
],
105111
}

0 commit comments

Comments
 (0)