mirror of
https://github.com/nikdoof/renovate-config.git
synced 2025-12-26 05:49:22 +00:00
19 lines
427 B
JSON
19 lines
427 B
JSON
{
|
|
"packageRules": [
|
|
{
|
|
"description": "Auto merge GitHub Actions updates",
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"matchDatasources": [
|
|
"github-tags"
|
|
],
|
|
"automerge": true,
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch",
|
|
"digest"
|
|
]
|
|
}
|
|
]
|
|
} |