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 May 13, 2023
1 parent 6c0d39b commit 05a722d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
6 changes: 4 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 13 additions & 10 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
":semanticCommits",
":semanticPrefixFix"
],
"ignorePaths": [
".github/workflows/build.yml"
],
"github-actions": {
"enabled": false
},
"labels": [
"maintenance"
],
Expand All @@ -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`(?<depName>.*?)@v(?<currentValue>.*?)`"
],
"versioningTemplate": "npm"
}
],
"semanticCommitScope": null
Expand Down

0 comments on commit 05a722d

Please sign in to comment.