chore: update renovate bot logic to remove pin from compose files and charts (#1999)

This commit is contained in:
Joe Harrison
2025-10-07 22:27:45 +01:00
committed by GitHub
parent 393cb1a4ce
commit 5f46ee8af6
2 changed files with 10 additions and 2 deletions

View File

@@ -5,4 +5,11 @@
'docker:enableMajor',
'docker:pinDigests'
],
}
packageRules: [
{
matchManagers: ['docker-compose'],
pinDigests: false,
},
],
}

View File

@@ -5,7 +5,8 @@
{
matchManagers: ['helm-values'],
matchFileNames: ['charts/*/values.yaml'],
minimumReleaseAge: '0'
minimumReleaseAge: '0',
pinDigests: false,
},
],