Skip to content

Commit

Permalink
Merge pull request #17 from wlsnmrk/fix-renovate-config
Browse files Browse the repository at this point in the history
chore: update renovate config
  • Loading branch information
jolexxa authored Sep 30, 2024
2 parents d720ec9 + 28542fe commit d8bda71
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
{
"$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
"automerge": true,
"matchPackageNames": [
"*"
]
},
{
"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 d8bda71

Please sign in to comment.