mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-31 19:59:31 -05:00
chore: update renovate bot logic to remove pin from compose files and charts (#1999)
This commit is contained in:
3
.github/renovate/helm.json5
vendored
3
.github/renovate/helm.json5
vendored
@@ -5,7 +5,8 @@
|
||||
{
|
||||
matchManagers: ['helm-values'],
|
||||
matchFileNames: ['charts/*/values.yaml'],
|
||||
minimumReleaseAge: '0'
|
||||
minimumReleaseAge: '0',
|
||||
pinDigests: false,
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user