chore(renovate): fix config (#884)

This commit is contained in:
Michael Kriese 2024-11-08 15:54:38 +01:00 committed by GitHub
parent d4f5ed0b0b
commit 1eb9d9be0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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