We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb7795 commit 54f884cCopy full SHA for 54f884c
1 file changed
renovate.json
@@ -1,23 +1,8 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base",
+ "github>OneLiteFeatherNET/renovate:default(OneLiteFeatherNET/aves-maintainers)",
5
+ "github>OneLiteFeatherNET/renovate:minestom",
6
":semanticCommitsDisabled"
- ],
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
- }
22
]
23
-}
+}
0 commit comments