Skip to content

Commit 707c5cc

Browse files
TheMeinerLPclaude
andauthored
Update Renovate config and bump Cyano dependency (#116)
* chore(deps): bump cyano 0.5.7 -> 0.5.9 --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3c6c380 commit 707c5cc

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

renovate.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"github>OneLiteFeatherNET/renovate:default(OneLiteFeatherNET/mycelium-maintainers)",
5+
"github>OneLiteFeatherNET/renovate:minestom"
56
],
67
"labels": [
78
"renovate"
89
],
910
"packageRules": [
10-
{
11-
"matchPackageNames": ["net.minestom:minestom"],
12-
"versioning": "regex:^(?<major>\\d{4})\\.(?<minor>\\d{2})\\.(?<patch>\\d{2})(?<prerelease>[a-zA-Z]?)-(?<build>[A-Za-z0-9._]+)$"
13-
},
1411
{
1512
"matchUpdateTypes": ["major", "minor", "patch"],
1613
"automerge": true

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencyResolutionManagement {
2525
version("adventure", "5.1.1")
2626
version("junit.bom", "6.1.0")
2727
version("mockito", "5.23.0")
28-
version("cyano", "0.5.7")
28+
version("cyano", "0.5.9")
2929
version("cyclonedx", "3.2.4")
3030

3131
library("minestom","net.minestom", "minestom").versionRef("minestom")

0 commit comments

Comments
 (0)