Migrate config .github/renovate.json

This commit is contained in:
renovate[bot] 2024-11-03 23:22:57 +00:00 committed by GitHub
parent 5771f0ec37
commit 924df0ac5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
.github/renovate.json vendored
View File

@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"labels": [
"Dependency"
@ -9,9 +9,13 @@
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"separateMajorMinor": "false"
"matchManagers": [
"github-actions"
],
"separateMajorMinor": false
}
],
"schedule": ["on the 3rd day of the month"]
"schedule": [
"on the 3rd day of the month"
]
}