Skip to content

Commit

Permalink
chore: Add dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Sep 20, 2023
1 parent 481d4d1 commit d195095
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
development-dependencies:
dependency-type: "development"
exclude-patterns:
- "eslint*"
- "jasmine*"
eslint:
dependency-type: "development"
patterns:
- "eslint*"
jasmine:
dependency-type: "development"
patterns:
- "jasmine*"

0 comments on commit d195095

Please sign in to comment.