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 02a5550
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
"default:pinDigestsDisabled",
":label(dependencies)",
":semanticCommitType(bump)",
":pinDigestsDisabled"
":semanticCommitType(bump)"
],
"packageRules": [
{
"description": "Group all liquidsoap containers versions",
"matchPackageNames": [
"savonet/liquidsoap"
],
"matchUpdateTypes": [
"digest"
],
"groupName": "liquidsoap"
}
]
Expand Down

0 comments on commit 02a5550

Please sign in to comment.