Skip to content

Commit

Permalink
Merge pull request #23 from wlsnmrk/fix-renovate-config
Browse files Browse the repository at this point in the history
chore: roll back dependencies, update renovate config
  • Loading branch information
jolexxa authored Sep 30, 2024
2 parents d66bf5c + 6087faa commit ba185cf
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 52 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ obj/
.DS_Store
*.DotSettings.user
*.binlog
*.csproj.old
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="LightMock.Generator" Version="1.2.2" />
<!-- Convenience wrapper around generated mocks. -->
<PackageReference Include="LightMoq" Version="0.1.0" />
<PackageReference Include="System.Text.Json" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>
<ItemGroup>
<!-- Include the package to test. -->
Expand Down

This file was deleted.

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": "latestMajor"
},
"msbuild-sdks": {
Expand Down
30 changes: 13 additions & 17 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,33 @@
{
"$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"
],
"allowedVersions": "/^(\\d+\\.\\d+\\.\\d+)(-(beta|rc)\\.(\\d+)(\\.\\d+)*)?$/"
"matchPackageNames": [
"GodotSharp{/,}**",
"Godot.NET.Sdk{/,}**"
]
},
{
"matchPackagePrefixes": [
"Chickensoft"
"matchPackageNames": [
"Chickensoft{/,}**"
],
"allowedVersions": "/^(\\d+\\.\\d+\\.\\d+)(-godot(\\d+\\.)+\\d+(-.*)?)?$/"
}
Expand Down

0 comments on commit ba185cf

Please sign in to comment.