Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Schascha committed Feb 12, 2024
1 parent aab796c commit 6d3ddf6
Show file tree
Hide file tree
Showing 4 changed files with 537 additions and 1,857 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Expand Up @@ -4,8 +4,9 @@ updates:
directory: '/'
schedule:
interval: 'monthly'
time: '05:00'
groups:
dev-dependencies:
dependencies:
update-types:
- 'minor'
- 'patch'
Expand All @@ -14,3 +15,4 @@ updates:
directory: '/'
schedule:
interval: 'monthly'
time: '05:00'
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
persist-credentials: false

- name: Setup 🔌
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 6d3ddf6

Please sign in to comment.