Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Add npm to dependabot monitoring
Browse files Browse the repository at this point in the history
This is so that dependabot can raise PRs for changes in dependencies
referenced in the package.json file, which is currently just jQuery.

My motivation for adding this is noticing we weren't getting dependabot
PRs to update jQuery from 1.12.
  • Loading branch information
kevindew committed Jan 20, 2023
1 parent c98143f commit 7765227
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ updates:
schedule:
interval: daily

- package-ecosystem: npm
directory: /
schedule:
interval: daily

# Ruby needs to be upgraded manually in multiple places, so cannot
# be upgraded by Dependabot. That effectively makes the below
# config redundant, as ruby is the only updatable thing in the
Expand Down

0 comments on commit 7765227

Please sign in to comment.