diff --git a/lib/workers/repository/extract/extract-fingerprint-config.spec.ts b/lib/workers/repository/extract/extract-fingerprint-config.spec.ts index 76977db7552183..c0ac40404f4e46 100644 --- a/lib/workers/repository/extract/extract-fingerprint-config.spec.ts +++ b/lib/workers/repository/extract/extract-fingerprint-config.spec.ts @@ -100,8 +100,8 @@ describe('workers/repository/extract/extract-fingerprint-config', () => { enabled: true, fileList: [], fileMatch: [ - '(^|/|\\.)(Docker|Container)file$', - '(^|/)(Docker|Container)file[^/]*$', + '(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$', + '(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$', ], ignorePaths: ['**/node_modules/**', '**/bower_components/**'], includePaths: [],