Update on the first day of the month
This commit is contained in:
parent
f7a73aa62f
commit
c26c5f86aa
13
.github/renovate.json
vendored
13
.github/renovate.json
vendored
|
@ -1,16 +1,13 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"config:base"
|
"extends": ["config:base"],
|
||||||
],
|
"labels": ["changelog: skip", "dependencies"],
|
||||||
"labels": [
|
|
||||||
"changelog: skip",
|
|
||||||
"dependencies"
|
|
||||||
],
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "github-actions",
|
"groupName": "github-actions",
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
"separateMajorMinor": "false"
|
"separateMajorMinor": "false"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"schedule": ["on the first day of the month"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue