diff --git a/.gitpod.yml b/.gitpod.yml index d63e1af..5bc9e28 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -6,10 +6,12 @@ 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 + git config diff.lfs.textconv cat + git lfs pull + yarn --frozen-lockfile vscode: extensions: - https://sebastianlandwehr.com/vscode-extensions/karlito40.fix-irregular-whitespace-0.1.1.vsix diff --git a/.renovaterc.json b/.renovaterc.json index b26ed9d..2287061 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -3,9 +3,9 @@ ":semanticCommits", ":semanticPrefixFix" ], - "ignorePaths": [ - ".github/workflows/build.yml" - ], + "github-actions": { + "enabled": false + }, "labels": [ "maintenance" ], @@ -14,14 +14,17 @@ "enabled": true, "semanticCommitType": "chore" }, - "packageRules": [ + "rangeStrategy": "replace", + "regexManagers": [ { - "automerge": true, - "matchCurrentVersion": ">=1.0.0", - "matchUpdateTypes": [ - "minor", - "patch" - ] + "datasourceTemplate": "github-tags", + "fileMatch": [ + "\\.js$" + ], + "matchStrings": [ + "(^|\\s)gitHubAction`(?.*?)@v(?.*?)`" + ], + "versioningTemplate": "npm" } ], "semanticCommitScope": null