13
0
Fork 0
mirror of https://github.com/dorny/paths-filter.git synced 2026-06-29 12:30:43 +00:00
paths-filter/.github/renovate.json
2025-06-19 13:47:10 +12:00

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