Skip to content

Commit

Permalink
fix: disable docker:pinDigests for ArgoCD
Browse files Browse the repository at this point in the history
  • Loading branch information
morremeyer committed Aug 2, 2024
1 parent bfe1d14 commit 2ae6152
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@
"description": "Pin Serverless to less than 4.x because of license changes.",
"matchDepNames": ["serverless"],
"allowedVersions": "< 4.0"
},
{
"description": "This disables the config from docker:pinDigests for the argocd manager. See https://github.com/renovatebot/renovate/pull/30556, can be removed once renovate-ce has released a version that contains this config",
"matchManagers": [
"argocd"
],
"pinDigests": false
}
],
"schedule": [
Expand Down

0 comments on commit 2ae6152

Please sign in to comment.