File tree Expand file tree Collapse file tree 4 files changed +8
-13
lines changed
Expand file tree Collapse file tree 4 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.21
2+ current_version = 0.0.22
33commit = False
44tag = False
55serialize =
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
32 "extends" : [
4- " config:base" ,
3+ " github>Linkurious/renovate-config" ,
4+ " github>Linkurious/renovate-config:meta" ,
55 " regexManagers:dockerfileVersions"
66 ],
77 "baseBranches" : [" develop" ],
8- "labels" : [" dependencies" ],
9- "prConcurrentLimit" : 10 ,
10- "schedule" : " every weekend" ,
11- "vulnerabilityAlerts" : {
12- "labels" : [" type:security" ]
13- }
8+ "prConcurrentLimit" : 10
149}
Original file line number Diff line number Diff line change 1- 0.0.21
1+ 0.0.22
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ RUN curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key a
99
1010# Latest Ubuntu Google Chrome, XVFB and JRE installs
1111# renovate: datasource=repology depName=aur/google-chrome versioning=loose
12- ARG GOOGLE_CHROME_STABLE_VERSION=106 .0.5249.103 -1
12+ ARG GOOGLE_CHROME_STABLE_VERSION=108 .0.5359.94 -1
1313# renovate: datasource=repology depName=debian_11/firefox-esr versioning=loose
14- ARG FIREFOX_ESR_VERSION=102.3 .0esr-1~deb11u1
14+ ARG FIREFOX_ESR_VERSION=102.5 .0esr-1~deb11u1
1515RUN apt-get update -qqy && \
1616 apt-get -qqy install --no-install-recommends \
1717 # xvfb=2:1.20.4-1 \
@@ -32,7 +32,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3232 && echo -e 'export NVM_DIR="$HOME/.nvm"\n [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n ' >> ~/.profile \
3333 && source ~/.bashrc \
3434 && export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
35- && nvm install 16.17 .1 \
35+ && nvm install 16.18 .1 \
3636 && nvm install 14.20.0 \
3737 && nvm install 10.24.1
3838# for loading profile, to make nvm available for sh
You can’t perform that action at this time.
0 commit comments