Skip to content

Commit

Permalink
chore: update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
kedrzu committed Jan 22, 2025
1 parent ca93693 commit 5c37d4f
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: "weekly"
interval: 'weekly'
2 changes: 0 additions & 2 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
@@ -35,8 +35,6 @@ jobs:
node-version: latest

- run: yarn install
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
- run: yarn turbo run build
- run: yarn test

0 comments on commit 5c37d4f

Please sign in to comment.