mirror of
https://github.com/dorny/paths-filter.git
synced 2026-03-30 23:10:09 +00:00
chore: add renovate config
This commit is contained in:
parent
e8779dce3a
commit
9cff7d242b
10
.github/renovate.json
vendored
Normal file
10
.github/renovate.json
vendored
Normal 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"]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user