Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
Adding dependabot configuration to scan packages weekly and raise PRs for issues found.
  • Loading branch information
andrewbrereton authored Feb 8, 2024
1 parent 085a49b commit 69eb90c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "andrewbrereton"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "andrewbrereton"

0 comments on commit 69eb90c

Please sign in to comment.