14 lines
350 B
JSON
14 lines
350 B
JSON
{
|
|
"$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"]
|
|
}
|