Initial commit
Build main / build (21) (push) Failing after 13m38s

This commit is contained in:
Laura
2026-08-09 15:17:12 +02:00
commit 6bf2a93935
285 changed files with 32332 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"extends": [
"config:base",
":disableDependencyDashboard"
],
"automerge": true,
"ignoreDeps": [
"org.spigotmc:spigot-api"
],
"labels": [
"renovate"
],
"commitMessagePrefix": "chore: ",
"rebaseWhen": "conflicted",
"packageRules": [
{
"matchPackagePrefixes": ["software.amazon.awssdk"],
"schedule": ["before 4am on the first day of the month"]
}
]
}