Skip to content

Commit

Permalink
default dependabot for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc23007 committed Feb 4, 2025
1 parent 14e6b2b commit 4242c0d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Basic `dependabot.yml` file with
# minimum configuration for two package managers

version: 2
updates:
- package-ecosystem: npm
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: daily
update-policy:
update-type: all
interval: "daily"

0 comments on commit 4242c0d

Please sign in to comment.