Skip to content

Commit

Permalink
chore: use common renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
xodial committed Jan 10, 2025
1 parent cb9120e commit 8826b11
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":semanticCommits"],
"prHourlyLimit": 2,
"packageRules": [
{
"groupName": "all dependencies",
"groupSlug": "all-deps",
"automerge": true,
"matchPackageNames": ["*"]
},
{
"matchPackageNames": ["dotnet-sdk{/,}**"]
},
{
"matchPackageNames": ["Microsoft.CodeAnalysis.CSharp.Workspaces"],
"enabled": false
},
{
"matchPackageNames": ["GodotSharp{/,}**", "Godot.NET.Sdk{/,}**"]
},
{
"matchPackageNames": ["Chickensoft{/,}**"],
"allowedVersions": "/^(\\d+\\.\\d+\\.\\d+)(-godot(\\d+\\.)+\\d+(-.*)?)?$/"
}
]
"extends": ["github>chickensoft-games/renovate:godot"]
}

0 comments on commit 8826b11

Please # to comment.