Skip to content

Commit

Permalink
chore(deps): disable major updates of certain .NET packages
Browse files Browse the repository at this point in the history
A major update of these packages usually indicates a new .NET major version and therefore requires other steps, too.
  • Loading branch information
mu88 committed Jul 10, 2024
1 parent 91ddbb1 commit c3bfea8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
"automergeType": "branch"
},
{
"description": "Disable major updates of certain .NET packages as this shall be done manually",
"matchPackagePrefixes": ["Microsoft.AspNetCore.", "Microsoft.Bcl.", "Microsoft.Extensions."],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"description": "Disable major updates of Docker-related components as this shall be done manually",
"enabled": false,
"matchDatasources": [
"docker"
Expand All @@ -39,6 +46,7 @@
]
},
{
"description": "Disable major updates global.json as this shall be done manually",
"matchFileNames": ["global.json"],
"enabled": false
}
Expand Down

0 comments on commit c3bfea8

Please sign in to comment.