Skip to content

Commit

Permalink
Add regexManagers to Renovate config 2
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Oct 21, 2024
1 parent b45394e commit 8f87d16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"regexManagers": [
{
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG MAILPIT_VERSION=1.20.0
ARG MAILPIT_VERSION=v1.20.0

#
# Mailpit binary
Expand All @@ -8,7 +8,7 @@ FROM golang:alpine AS mailpit-builder
ARG MAILPIT_VERSION
WORKDIR /app

ADD https://github.com/axllent/mailpit/archive/refs/tags/v${MAILPIT_VERSION}.tar.gz .
ADD https://github.com/axllent/mailpit/archive/refs/tags/${MAILPIT_VERSION}.tar.gz .

RUN apk add --no-cache git npm
RUN tar --strip-components=1 -zxf v${MAILPIT_VERSION}.tar.gz -C .
Expand Down

0 comments on commit 8f87d16

Please sign in to comment.