-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrenovate.json
More file actions
37 lines (37 loc) · 1.43 KB
/
renovate.json
File metadata and controls
37 lines (37 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"labels": ["dependencies"],
"semanticCommitType": "build",
"commitMessagePrefix": "chore(deps): ",
"packageRules": [
{
"matchDatasources": ["maven"],
"registryUrls": [
"https://jitpack.io",
"https://hub.spigotmc.org/nexus/content/repositories/snapshots/",
"https://oss.sonatype.org/content/groups/public/",
"https://repo.aikar.co/content/groups/aikar/",
"https://repo.codemc.io/repository/maven-releases/",
"https://repo.minebench.de",
"https://repo.alessiodp.com/snapshots",
"https://libraries.minecraft.net",
"https://maven.maxhenkel.de/repository/public",
"https://repo.extendedclip.com/content/repositories/placeholderapi/",
"https://repo.plasmoverse.com/releases",
"https://repo.plasmoverse.com/snapshots",
"https://repo.loohpjames.com/repository",
"https://repo.diogotc.com/releases",
"https://repo.codemc.io/repository/maven-snapshots/",
"https://maven.devs.beer/",
"https://maven.nucleoid.xyz/",
"https://api.modrinth.com/maven",
"https://maven.fabricmc.net/",
"https://repo1.maven.org/maven2/",
"https://maven.wagyourtail.xyz/releases",
"https://mvn-repo.arim.space/affero-gpl3/",
"https://mvn-repo.arim.space/lesser-gpl3/"
]
}
]
}