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 20, 2024
1 parent 5ef9ce3 commit 92fa156
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,20 @@
"extends": [
"config:best-practices",
":label(dependencies)",
":semanticCommitType(bump)",
":pinDigestsDisabled"
":semanticCommitType(bump)"
],
"packageRules": [
{
"description": "Disable pin digest in docker-compose",
"managers": [
"docker-compose"
],
"updateTypes": [
"pin",
"digest"
],
"enabled": false
},
{
"description": "Group all liquidsoap containers versions",
"matchPackageNames": [
Expand Down

0 comments on commit 92fa156

Please sign in to comment.