Skip to content

Commit

Permalink
Revert "[docker] avoid updating docker-ce with renovate"
Browse files Browse the repository at this point in the history
This reverts commit 74395b3.
  • Loading branch information
kylos101 committed May 8, 2024
1 parent 6050091 commit a516b29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ RUN curl -sSL https://github.com/mvdan/sh/releases/download/v3.5.1/shfmt_v3.5.1_
RUN install-packages shellcheck \
&& pip3 install pre-commit
RUN curl -sSL https://github.com/mikefarah/yq/releases/download/v4.22.1/yq_linux_amd64 -o /usr/bin/yq && chmod +x /usr/bin/yq
RUN npm install -g renovate
7 changes: 0 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["docker-ce"],
"allowedVersions": "!24.0.9"
}
]
}

0 comments on commit a516b29

Please sign in to comment.