Skip to content

Commit

Permalink
chore: Skip cypress major/minor on stable branches
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Oct 14, 2024
1 parent 6453780 commit 05392c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@
"matchBaseBranches": ["stable26", "stable27"],
"enabled": false
},
{
"matchUpdateTypes": ["major", "minor"],
"matchPackageNames": [
"cypress",
"@nextcloud/cypress"
],
"matchPackagePrefixes": [
"@cypress/"
],
"matchBaseBranches": ["stable30", "stable29", "stable28", "stable27", "stable26"],
"enabled": false
},
{
"matchPackageNames": ["vue"],
"allowedVersions": "<3"
Expand Down

0 comments on commit 05392c0

Please sign in to comment.