Skip to content

Commit

Permalink
feat: add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Apr 25, 2024
1 parent 14c7d50 commit e3e9563
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"words": [
"assemblyfilters",
"devbuild",
"automerge",
"branchcoverage",
"brandedoutcast",
"buildtransitive",
Expand All @@ -21,6 +21,7 @@
"classfilters",
"contentfiles",
"CYGWIN",
"devbuild",
"endregion",
"Finalizer",
"Finalizers",
Expand Down Expand Up @@ -63,4 +64,4 @@
"Unparented",
"Xunit"
]
}
}
38 changes: 38 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommits"
],
"prHourlyLimit": 2,
"versioning": "loose",
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"groupName": "all dependencies",
"groupSlug": "all-deps",
"automerge": true
},
{
"matchPackagePrefixes": [
"dotnet-sdk"
],
"allowedVersions": "!/preview/"
},
{
"matchPackagePrefixes": [
"GodotSharp",
"Godot.NET.Sdk"
],
"allowedVersions": "/^(\\d+\\.\\d+\\.\\d+)(-(beta|rc)\\.(\\d+)(\\.\\d+)*)?$/"
},
{
"matchPackagePrefixes": [
"Chickensoft"
],
"allowedVersions": "/^(\\d+\\.\\d+\\.\\d+)(-godot(\\d+\\.)+\\d+(-.*)?)?$/"
}
]
}

0 comments on commit e3e9563

Please sign in to comment.