Skip to content

Commit

Permalink
Improve renovate - remove packageName
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed May 28, 2022
1 parent b6a4d14 commit e72cf92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"^entrypoint\\.sh$"
],
"matchStrings": [
// Matches: AWSCLI_VERSION="2.7.1" | TEST_VERSION=2.7.1
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?) packageName=(?<packageName>.+?)( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.+?))?\\s.*=\"?(?<currentValue>.+?)\"?\\s",
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.+?))?\\s.*(=|:\\s+)\"?(?<currentValue>.+?)\"?\\s",
],
// This is needed for cert-manager for example
"extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}",
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ LABEL "com.github.actions.description"="Check broken links on web pages stored l
LABEL "com.github.actions.icon"="list"
LABEL "com.github.actions.color"="blue"

# renovate: datasource=github-tags depName=muffet packageName=raviqqe/muffet
# renovate: datasource=github-tags depName=raviqqe/muffet
ENV MUFFET_VERSION="2.5.0"
# renovate: datasource=github-tags depName=caddy packageName=caddyserver/caddy
# renovate: datasource=github-tags depName=caddyserver/caddy
ENV CADDY_VERSION="2.5.1"

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
Expand Down
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

set -Eeuo pipefail

# renovate: datasource=github-tags depName=muffet packageName=raviqqe/muffet
# renovate: datasource=github-tags depName=raviqqe/muffet
export MUFFET_VERSION="2.5.0"
# renovate: datasource=github-tags depName=caddy packageName=caddyserver/caddy
# renovate: datasource=github-tags depName=caddyserver/caddy
export CADDY_VERSION="2.5.1"

# Command line parameters for muffet
Expand Down

0 comments on commit e72cf92

Please sign in to comment.