22 lines
434 B
JSON
22 lines
434 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"addLabels": [
|
|
"renovate/automerge",
|
|
"renovate/github-action"
|
|
],
|
|
"automerge": true,
|
|
"enabled": true,
|
|
"groupName": "actions",
|
|
"groupSlug": "actions",
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
]
|
|
}
|
|
]
|
|
} |