Skip to content

Commit

Permalink
Exclude Fabric API from maven_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kindlich committed May 29, 2022
1 parent 838e2c8 commit e25d3b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"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"]
Expand All @@ -36,4 +41,4 @@
"addLabels": ["Fabric"]
}
]
}
}

0 comments on commit e25d3b2

Please sign in to comment.