Skip to content

Commit

Permalink
fix: Don't pin digests for app-template
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Mar 27, 2024
1 parent f75a203 commit 751d665
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate/packageRules.json5
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"matchDatasources": ["docker"],
"versioning": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
"matchPackagePatterns": ["minio"]
},
{
"description": ["Don't pin digests for app-template"],
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/bjw-s/helm/app-template"],
"pinDigests": false
}
]
}

0 comments on commit 751d665

Please sign in to comment.