diff --git a/lib/util/cache/repository/index.ts b/lib/util/cache/repository/index.ts
index 016fcb62deb0d3f8eee59be251d7e094166c2775..ab07f46d9ea70b8e86fe349862586793f597eb23 100644
--- a/lib/util/cache/repository/index.ts
+++ b/lib/util/cache/repository/index.ts
@@ -9,7 +9,7 @@ import type { PackageFile } from '../../../manager/types';
 import type { RepoInitConfig } from '../../../workers/repository/init/common';
 
 // Increment this whenever there could be incompatibilities between old and new cache structure
-export const CACHE_REVISION = 4;
+export const CACHE_REVISION = 5;
 
 export interface BaseBranchCache {
   sha: string; // branch commit sha