diff --git a/.gitpod.yml b/.gitpod.yml index d63e1af..d1262e1 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -6,7 +6,7 @@ tasks: PUPPETEER_CACHE_DIR=/workspace/output-files/node_modules/.cache/puppeteer" >> /home/gitpod/.bashrc - echo "eval $(gitpod-env-per-project)" >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc + gitpod-env-per-project >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc init: |- git config --global user.name "Sebastian Landwehr" git lfs pull && yarn --frozen-lockfile diff --git a/.renovaterc.json b/.renovaterc.json index b26ed9d..b4b1e74 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -24,5 +24,6 @@ ] } ], + "rangeStrategy": "auto", "semanticCommitScope": null }