Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,16 @@
lockFileMaintenance: {
enabled: true,
},
platformCommit: true,
platformCommit: "enabled",
rangeStrategy: "pin",
semanticCommits: "enabled",
commitMessageAction: "bump",
commitMessageTopic: "{{depName}}",
// A version pinned in a shell variable is invisible to renovate otherwise.
customManagers: [
{
customType: "regex",
description: "fish tooling pinned in the dev container post-create script",
managerFilePatterns: ["/^\\.devcontainer/post-create\\.sh$/"],
// Both halves: moving one and leaving the other would leave the file
// naming a release it does not install.
matchStrings: [
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)\\sreadonly \\w+=(?<currentDigest>[0-9a-f]{40}) # (?<currentValue>\\S+)",
],
Expand Down
Loading