Files
renovate-config/github.json
2025-06-11 06:48:19 +01:00

19 lines
427 B
JSON

{
"packageRules": [
{
"description": "Auto merge GitHub Actions updates",
"matchManagers": [
"github-actions"
],
"matchDatasources": [
"github-tags"
],
"automerge": true,
"matchUpdateTypes": [
"minor",
"patch",
"digest"
]
}
]
}