Skip to content

Commit

Permalink
Merge pull request #38 from wlsnmrk/fix-renovate
Browse files Browse the repository at this point in the history
chore: roll back .NET, update renovate config
  • Loading branch information
jolexxa authored Sep 27, 2024
2 parents 8cf3f5d + 3fc73fd commit 32a4c72
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100-rc.1.24452.12",
"version": "8.0.402",
"rollForward": "latestMinor"
},
"msbuild-sdks": {
Expand Down
27 changes: 12 additions & 15 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,34 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":semanticCommits"
],
"prHourlyLimit": 2,
"versioning": "loose",
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"groupName": "all dependencies",
"groupSlug": "all-deps",
"automerge": true,
"allowedVersions": "!/preview/"
"matchPackageNames": [
"*"
]
},
{
"matchPackagePrefixes": [
"dotnet-sdk"
],
"allowedVersions": "!/preview/"
"matchPackageNames": [
"dotnet-sdk{/,}**"
]
},
{
"matchPackagePrefixes": [
"GodotSharp",
"Godot.NET.Sdk"
"matchPackageNames": [
"GodotSharp{/,}**",
"Godot.NET.Sdk{/,}**"
],
"allowedVersions": "/^$/"
},
{
"matchPackagePrefixes": [
"Chickensoft"
"matchPackageNames": [
"Chickensoft{/,}**"
],
"allowedVersions": "/^(\\d+\\.\\d+\\.\\d+)(-godot(\\d+\\.)+\\d+(-.*)?)?$/"
}
Expand Down

0 comments on commit 32a4c72

Please sign in to comment.