Skip to content

Commit c464013

Browse files
chore: lock file maintenance (#98)
1 parent 3406cdf commit c464013

File tree

3 files changed

+481
-632
lines changed

3 files changed

+481
-632
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tasks:
66
PUPPETEER_CACHE_DIR=/workspace/vue-mermaid-string/node_modules/.cache/puppeteer"
77
>> /home/gitpod/.bashrc
88
9-
echo "eval $(gitpod-env-per-project)" >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc
9+
gitpod-env-per-project >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc
1010
init: |-
1111
git config --global user.name "Sebastian Landwehr"
1212
git lfs pull && yarn --frozen-lockfile

.renovaterc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
]
2525
}
2626
],
27+
"rangeStrategy": "auto",
2728
"semanticCommitScope": null
2829
}

0 commit comments

Comments
 (0)