chore: add renovate config

This commit is contained in:
Alex Miller 2025-06-19 13:47:10 +12:00
parent e8779dce3a
commit 9cff7d242b

10
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "group:allNonMajor", "schedule:monthly"],
"timezone": "Pacific/Auckland",
"labels": ["dependencies"],
"vulnerabilityAlerts": {
"labels": ["security"],
"schedule": ["at any time"]
}
}