Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
ci: fix setting docker digest for latest tag (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgacsal authored Feb 8, 2024
1 parent bc6c310 commit 38dbb67
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"docker:pinDigests",
"helpers:pinGitHubActionDigestsToSemver"
],
"configMigration": true,
Expand Down Expand Up @@ -158,6 +157,13 @@
"matchDatasources": [
"azure-bicep-resource"
]
},
{
"matchDatasources": [
"docker"
],
"pinDigests": true,
"allowedVersions": "!/latest$/"
}
],
"postUpdateOptions": [
Expand Down

0 comments on commit 38dbb67

Please sign in to comment.