Skip to content

Commit

Permalink
Fix dependabot missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bastian-src committed Jan 12, 2024
1 parent c3eddeb commit ec9f6cf
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
ignore:
update-types: ["version-update:semver-patch"]
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit ec9f6cf

Please sign in to comment.