mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
fix(bundler): ignore .cache
This commit is contained in:
parent
00ff3d6385
commit
2ea047f4eb
1 changed files with 1 additions and 0 deletions
|
@ -1088,6 +1088,7 @@ const options = [
|
||||||
enabled: false,
|
enabled: false,
|
||||||
fileMatch: ['(^|/)Gemfile$'],
|
fileMatch: ['(^|/)Gemfile$'],
|
||||||
versionScheme: 'ruby',
|
versionScheme: 'ruby',
|
||||||
|
ignorePath: ['**/.cache/**'],
|
||||||
},
|
},
|
||||||
mergeable: true,
|
mergeable: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue