Skip to content

Commit

Permalink
chore: disable pinning peerdb updates for docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunalGupta authored Dec 10, 2024
1 parent e0108c7 commit 9308e3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
"matchManagers": ["npm"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchPackageNames": ["ghcr.io/peerdb-io/*"],
"matchManagers": ["docker-compose"],
"matchUpdateTypes": ["pinDigest"],
"matchFileNames": ["docker-compose.yml"]
}
],
"vulnerabilityAlerts": {
Expand Down

0 comments on commit 9308e3f

Please sign in to comment.