Skip to content

Commit 54f884c

Browse files
committed
Update renovate configuration
1 parent ccb7795 commit 54f884c

1 file changed

Lines changed: 3 additions & 18 deletions

File tree

renovate.json

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
4+
"github>OneLiteFeatherNET/renovate:default(OneLiteFeatherNET/aves-maintainers)",
5+
"github>OneLiteFeatherNET/renovate:minestom",
56
":semanticCommitsDisabled"
6-
],
7-
"labels": [
8-
"Renovate"
9-
],
10-
"rebaseWhen": "conflicted",
11-
"packageRules": [
12-
{
13-
"matchPackageNames": ["net.minestom:minestom"],
14-
"versioning": "regex:^(?<major>\\d{4})\\.(?<minor>\\d{2})\\.(?<patch>\\d{2})(?<prerelease>[a-zA-Z]?)-(?<build>[A-Za-z0-9._]+)$"
15-
},
16-
{
17-
"matchUpdateTypes": [
18-
"patch"
19-
],
20-
"automerge": true
21-
}
227
]
23-
}
8+
}

0 commit comments

Comments
 (0)