Skip to content

Commit 2c98f03

Browse files
committed
Exclude Fabric API from maven_deps
1 parent 838e2c8 commit 2c98f03

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
"matchPackageNames": ["com.mojang:minecraft", "Common:Forge", "docParam:docEvent"],
2424
"enabled": false
2525
},
26+
{
27+
"matchDatasources": ["maven"],
28+
"matchPackageNames": ["net.fabricmc:fabric-loader", "net.fabricmc.fabric-api:fabric-api"],
29+
"enabled": false
30+
},
2631
{
2732
"matchPaths": ["Common.*"],
2833
"addLabels": ["Common"]
@@ -36,4 +41,4 @@
3641
"addLabels": ["Fabric"]
3742
}
3843
]
39-
}
44+
}

0 commit comments

Comments
 (0)