Skip to content

Commit

Permalink
chore(deps): downgrade .NET SDK to lowest v8 and do not automatically…
Browse files Browse the repository at this point in the history
… update global.json

It's okay to automatically use the latest minor within the same major, but neither shall an automatic major SDK upgrade happen nor shall a new minor/patch be enforced.
  • Loading branch information
mu88 committed Jul 10, 2024
1 parent df65611 commit 91ddbb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.302",
"version": "8.0.100",
"rollForward": "latestMinor"
}
}
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
"matchUpdateTypes": [
"major"
]
},
{
"matchFileNames": ["global.json"],
"enabled": false
}
]
}

0 comments on commit 91ddbb1

Please sign in to comment.