Skip to content

Commit

Permalink
chore(deps): do not update old release sources
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion authored and rafaelpissolatto committed Jan 4, 2024
1 parent 4d5e4c8 commit f9f59e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"extends": [
"config:base",
"schedule:daily",
"group:all"
"group:all",
"config:recommended"
],
"ignorePaths": [
"v1.16-ruby3.2/"
],
"automerge": true,
"major": {
Expand Down
2 changes: 1 addition & 1 deletion v1.16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ USER root

RUN apk add --no-cache $BUILD_DEPS \
&& touch /etc/gemrc \
&& fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-gcs.git --ref 71a0932e75509545a2d28e337642ee1f973cca90 \
&& fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-gcs.git --ref f18a48914cc0e09df313791c947ca7eb3d0d0148 \
&& fluent-gem specific_install -l https://github.com/acquia/fluent-plugin-syslog_rfc5424.git --ref 5199be67d1a385f529fa1d6b6023e95ba7fac27d \
&& fluent-gem install --file /Gemfile.outputs \
&& find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \; \
Expand Down

0 comments on commit f9f59e0

Please sign in to comment.