Skip to content

Commit

Permalink
Merge pull request #9499 from camptocamp/renovate-config
Browse files Browse the repository at this point in the history
Disable cheerio update on stabilization branches, patch release conta…
  • Loading branch information
sbrunner authored Oct 3, 2024
2 parents 9a90ad5 + 6591a49 commit 1d8b835
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
}

0 comments on commit 1d8b835

Please sign in to comment.