Skip to content

Commit

Permalink
chore: update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 11, 2023
1 parent dedc2c7 commit 358a408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
]
}
],
"rangeStrategy": "auto",
"semanticCommitScope": null
}

0 comments on commit 358a408

Please sign in to comment.