Skip to content

Commit

Permalink
chore: lock file maintenance (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 28, 2021
1 parent d32aef1 commit 3e6333d
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 200 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.glb filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.vsix filter=lfs diff=lfs merge=lfs -text
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ tasks:
- init: eval $(gitpod-env-per-project) && git lfs pull && yarn --frozen-lockfile
vscode:
extensions:
- karlito40.fix-irregular-whitespace@0.0.3:8jjyZYuYF6yW6nwsAiulrg==
- adrianwilczynski.toggle-hidden@1.0.2:pj4yxebPvdfdMeVIjOEuRQ==
- https://sebastianlandwehr.com/vscode-extensions/karlito40.fix-irregular-whitespace-0.1.1.vsix
- https://sebastianlandwehr.com/vscode-extensions/adrianwilczynski.toggle-hidden-1.0.2.vsix
- [email protected]
14 changes: 4 additions & 10 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": [
":semanticCommits"
":semanticCommits",
":semanticPrefixFix"
],
"ignorePaths": [
".github/workflows/build.yml"
Expand All @@ -9,15 +10,8 @@
"maintenance"
],
"lockFileMaintenance": {
"enabled": true
"enabled": true,
"semanticCommitType": "chore"
},
"packageRules": [
{
"matchPaths": [
"package.json"
],
"semanticCommitType": "fix"
}
],
"semanticCommitScope": null
}
Loading

0 comments on commit 3e6333d

Please sign in to comment.