Skip to content

Commit

Permalink
Add Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
kindlich committed May 29, 2022
1 parent d3c051c commit c15ecad
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"extends": [
"config:base"
],
"prHourlyLimit": 0,
"addLabels": ["dependencies"],

"packageRules": [
{
"matchDatasources": ["maven"],
"registryUrls": [
"https://repo.maven.apache.org/maven2/",
"https://repo.spongepowered.org/repository/maven-public/",
"https://maven.blamejared.com",
"https://dvs1.progwml6.com/files/maven",
"https://maven.shedaniel.me",
"https://maven.parchmentmc.org"
],
"groupName": "maven_dependencies"
},
{
"matchDatasources": ["maven"],
"matchPackageNames": ["com.mojang:minecraft", "Common:Forge", "docParam:docEvent"],
"enabled": false
},
{
"matchDatasources": ["maven"],
"matchPackageNames": ["net.fabricmc:fabric-loader", "net.fabricmc.fabric-api:fabric-api", "fabric-loom"],
"enabled": false
},
{
"matchPaths": ["Common.*"],
"addLabels": ["Common"]
},
{
"matchPaths": ["Forge.*"],
"addLabels": ["Forge"]
},
{
"matchPaths": ["Fabric.*"],
"addLabels": ["Fabric"]
}
]
}

0 comments on commit c15ecad

Please sign in to comment.