Skip to content

Commit

Permalink
🔧 disable dependabot for frontend deps for now
Browse files Browse the repository at this point in the history
dependabot creates corrupt lock file entries for git dependencies. wait until that issue is resolved. see dependabot/dependabot-core#10124
  • Loading branch information
krmax44 committed Sep 23, 2024
1 parent e80e382 commit 73f764d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
# TODO: wait until pnpm issues with git repos are fixed
# - package-ecosystem: npm
# directory: /
# schedule:
# interval: weekly
- package-ecosystem: pip
directory: /
schedule:
Expand Down

0 comments on commit 73f764d

Please sign in to comment.