Files
renovate-config/github.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
}
]
}