We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3406cdf commit c464013Copy full SHA for c464013
.gitpod.yml
@@ -6,7 +6,7 @@ tasks:
6
PUPPETEER_CACHE_DIR=/workspace/vue-mermaid-string/node_modules/.cache/puppeteer"
7
>> /home/gitpod/.bashrc
8
9
- echo "eval $(gitpod-env-per-project)" >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc
+ gitpod-env-per-project >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc
10
init: |-
11
git config --global user.name "Sebastian Landwehr"
12
git lfs pull && yarn --frozen-lockfile
.renovaterc.json
@@ -24,5 +24,6 @@
24
]
25
}
26
],
27
+ "rangeStrategy": "auto",
28
"semanticCommitScope": null
29
0 commit comments