mirror of
https://github.com/dorny/paths-filter.git
synced 2026-07-01 13:19:32 +00:00
chore: add renovate config
This commit is contained in:
parent
e8779dce3a
commit
9cff7d242b
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue