Update on the first day of the month

This commit is contained in:
Hugo van Kemenade 2023-06-08 21:22:05 +03:00
parent f7a73aa62f
commit c26c5f86aa

13
.github/renovate.json vendored
View file

@ -1,16 +1,13 @@
{
"extends": [
"config:base"
],
"labels": [
"changelog: skip",
"dependencies"
],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"labels": ["changelog: skip", "dependencies"],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"separateMajorMinor": "false"
}
]
],
"schedule": ["on the first day of the month"]
}