paths-filter/.github/renovate.json
2025-06-19 13:47:10 +12:00

11 lines
303 B
JSON

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