Skip to content

Commit

Permalink
Merge pull request #24 from chickensoft-games/fix/renovatejson
Browse files Browse the repository at this point in the history
fix: renovate json
  • Loading branch information
jolexxa authored Jul 20, 2024
2 parents 8a0e1b5 + e45b522 commit cc6ba57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"project.godot"
],
"words": [
"automerge",
"jumpshroom",
"ruleset",
"assemblyfilters",
Expand Down
11 changes: 9 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,21 @@
"*"
],
"groupName": "all dependencies",
"groupSlug": "all-deps"
"groupSlug": "all-deps",
"automerge": true
},
{
"matchPackagePrefixes": [
"dotnet-sdk"
],
"allowedVersions": "!/preview/"
},
{
"matchPackagePrefixes": [
"GodotSharp",
"Godot.NET.Sdk"
],
"allowedVersions": "/^(\\d+\\.\\d+\\.\\d+)(-(beta|rc)\\.(\\d+)(\\.\\d+)*)?$/"
"allowedVersions": "/^$/"
},
{
"matchPackagePrefixes": [
Expand Down

0 comments on commit cc6ba57

Please sign in to comment.