mirror of
https://github.com/nikdoof/renovate-config.git
synced 2025-12-11 14:52:21 +00:00
31 lines
764 B
JSON
31 lines
764 B
JSON
{
|
|
"packageRules": [
|
|
{
|
|
"description": "Auto merge GitHub Actions updates",
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"matchDatasources": [
|
|
"github-tags"
|
|
],
|
|
"automerge": true,
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch",
|
|
"digest"
|
|
]
|
|
},
|
|
{
|
|
"description": "Auto merge Github official actions releases",
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"matchPackagePatterns": [
|
|
"actions/checkout.*",
|
|
"actions/setup-python.*"
|
|
|
|
],
|
|
"automerge": true
|
|
}
|
|
]
|
|
} |