Skip to content

Commit

Permalink
fix(renovate): disable digests on everything but liquidsoap
Browse files Browse the repository at this point in the history
  • Loading branch information
uZer committed Jun 21, 2024
1 parent 5ef9ce3 commit 4afb4d6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@
"extends": [
"config:best-practices",
":label(dependencies)",
":semanticCommitType(bump)",
":pinDigestsDisabled"
":semanticCommitType(bump)"
],
"packageRules": [
{
"description": "Disable pin digest in docker-compose",
"matchPackagePatterns": [
"*"
],
"matchPaths": [
"docker-compose.yml"
],
"pinDigests": false
},
{
"description": "Group all liquidsoap containers versions",
"matchPackageNames": [
Expand Down

0 comments on commit 4afb4d6

Please sign in to comment.