fix(action): disable major updated of actions/checkout

This commit is contained in:
2025-08-12 13:15:02 +02:00
parent 725cfe6123
commit b906575ceb

View File

@ -17,6 +17,23 @@
"minor",
"patch"
]
},
{
"addLabels": [
"renovate/disabled",
"renovate/github-action"
],
"automerge": false,
"enabled": false,
"matchManagers": [
"github-action"
],
"matchPackageNames": [
"actions/checkout"
],
"matchUpdateTypes": [
"major"
]
}
]
}