1
0
Fork 0
mirror of https://gitlab.com/renovate-bot/renovate-runner.git synced 2025-04-18 06:48:22 +02:00

chore: gitpod support (renovate-bot/renovate-runner!455)

Closes #52
This commit is contained in:
Björn Strausmann 2022-04-13 14:44:29 +00:00 committed by Michael Kriese
parent 12863c0d50
commit ec1bb3a2c9
3 changed files with 13 additions and 1 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
/node_modules
yarn-error.log
yarn-error.log
.npm

7
.gitpod.yml Normal file
View file

@ -0,0 +1,7 @@
tasks:
- init: npm ci --cache .npm --prefer-offline
vscode:
extensions:
- esbenp.prettier-vscode
- GitLab.gitlab-workflow

4
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}