Skip to content

Commit

Permalink
delete renovate checking for a apt #395 #2716
Browse files Browse the repository at this point in the history
  • Loading branch information
yurake committed Oct 6, 2022
1 parent 5a28447 commit db1ade0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
5 changes: 0 additions & 5 deletions kubernetes/monitoring/jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ FROM jenkins/jenkins:2.372-alpine
ARG BUILD_DATE
ARG VCS_REF

# renovate: datasource=repology depName=alpine_3_12/tzdata versioning=loose
ENV TZDATA_VERSION="2022c-r0"
# renovate: datasource=repology depName=alpine_3_12/gcc versioning=loose
ENV GCC_VERSION="11.2.1_git20220219-r2"
# renovate: datasource=repology depName=alpine_3_12/docker versioning=loose
ENV DOCKER_VERSION="20.10.18-r0"
# renovate: datasource=repology depName=alpine_3_12/python3 versioning=loose
ENV PYTHON3_VERSION="3.10.5-r0"
# renovate: datasource=repology depName=alpine_3_12/gnuplot versioning=loose
ENV GUNPLOT_VERSION="5.4.3-r0"

LABEL org.label-schema.build-date=$BUILD_DATE org.label-schema.vcs-ref=$VCS_REF \
Expand Down
1 change: 0 additions & 1 deletion kubernetes/monitoring/test/ab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM alpine:3.16.2
ARG BUILD_DATE
ARG VCS_REF

# renovate: datasource=repology depName=alpine_3_12/apache2-utils versioning=loose
ENV APACHE2_UTILS_VERSION="2.4.54-r0"

LABEL org.label-schema.build-date=$BUILD_DATE org.label-schema.vcs-ref=$VCS_REF \
Expand Down
1 change: 0 additions & 1 deletion kubernetes/rabbitmq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM rabbitmq:3.11.0-management-alpine
ARG BUILD_DATE
ARG VCS_REF

# renovate: datasource=repology depName=alpine_3_12/tzdata versioning=loose
ENV TZDATA_VERSION="2022c-r0"

LABEL org.label-schema.build-date=$BUILD_DATE org.label-schema.vcs-ref=$VCS_REF \
Expand Down
11 changes: 0 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@
"brpaz/hadolint-action"
],
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?"
},
{
"datasources": [
"repology"
],
"packagePatterns": [
"^alpine_3_12/"
],
"separateMajorMinor": false,
"groupName": "alpine packages",
"groupSlug": "alpine"
}
],
"regexManagers": [
Expand Down

0 comments on commit db1ade0

Please sign in to comment.