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

Commit

Permalink
ci: adjust renovate config (#1186)
Browse files Browse the repository at this point in the history
* pin docker images by digest
* rm go mod massage post processor
  • Loading branch information
chrisgacsal authored Feb 8, 2024
1 parent 82a6c9d commit 75f10c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"docker:pinDigests",
"helpers:pinGitHubActionDigestsToSemver"
],
"configMigration": true,
Expand Down Expand Up @@ -160,7 +161,6 @@
}
],
"postUpdateOptions": [
"gomodMassage",
"gomodTidy",
"gomodUpdateImportPaths",
"helmUpdateSubChartArchives"
Expand Down

0 comments on commit 75f10c8

Please sign in to comment.