Skip to content

Commit

Permalink
run dependabot on npm dependencies as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Jan 8, 2025
1 parent 813d0e8 commit f384e13
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ updates:
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

# 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: "monthly"

0 comments on commit f384e13

Please sign in to comment.