skip: merge (fc44ab4749) [skip release]

This commit is contained in:
github-actions[bot] 2025-11-17 11:25:52 +00:00
commit b5d2fe8407

12
.github/renovate.json vendored
View file

@ -40,13 +40,21 @@
{
"description": "Don't pin renovate updates",
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
"matchFileNames": ["action.yml", "src/docker.ts"],
"matchFileNames": [
"action.yml",
"src/docker.ts",
".github/workflows/build.yml"
],
"pinDigests": false
},
{
"description": "Use feat! semantic type for renovate major",
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
"matchFileNames": ["action.yml", "src/docker.ts"],
"matchFileNames": [
"action.yml",
"src/docker.ts",
".github/workflows/build.yml"
],
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(deps)!:",
"additionalBranchPrefix": "renovate-major"