Auto-merge github actions updates

This commit is contained in:
2025-03-06 13:00:18 +00:00
parent cfe0b17f66
commit fcae897a24

19
.github/renovate.json vendored
View File

@@ -1,5 +1,24 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"description": "Auto merge GitHub Actions",
"matchManagers": [
"github-actions"
],
"matchDatasources": [
"github-tags"
],
"automerge": true,
"ignoreTests": true,
"automergeType": "branch",
"matchUpdateTypes": [
"minor",
"patch",
"digest"
]
}
]
}