Files
BuildSystem/.github/renovate.json
T
Laura 6bf2a93935
Build main / build (21) (push) Failing after 13m38s
Initial commit
2026-08-09 15:17:12 +02:00

22 lines
408 B
JSON

{
"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"]
}
]
}