diff --git a/.github/renovate.json b/.github/renovate.json index 3b42b5bc..ee556b49 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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"