Skip to content

Commit

Permalink
Exclude react majors (#152)
Browse files Browse the repository at this point in the history
`sku` and the React ecosystem need to support & mature before we start rushing through upgrades
  • Loading branch information
AaronMoat authored Dec 16, 2024
1 parent 65aef52 commit de57a3f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchDepNames": [
"react",
"react-dom",
"@types/react",
"@types/react-dom"
],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchManagers": ["npm"],
"matchDepNames": ["dd-trace"],
Expand Down
10 changes: 10 additions & 0 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchDepNames": [
"react",
"react-dom",
"@types/react",
"@types/react-dom"
],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchManagers": ["npm"],
"matchDepNames": ["dd-trace"],
Expand Down
10 changes: 10 additions & 0 deletions third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@

"enabled": false
},
{
"matchDepNames": [
"react",
"react-dom",
"@types/react",
"@types/react-dom"
],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchManagers": ["npm"],
"matchDepNames": ["aws-sdk-mock"],
Expand Down

0 comments on commit de57a3f

Please sign in to comment.