mirror of
https://github.com/dorny/paths-filter.git
synced 2026-03-21 03:00:30 +00:00
11 lines
303 B
JSON
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"]
|
|
}
|
|
}
|