Skip to content

Commit

Permalink
Setting up dependabot. Weekly npm check as there is only one depe…
Browse files Browse the repository at this point in the history
…ndency.
  • Loading branch information
erinesullivan committed May 8, 2024
1 parent dfeef6b commit 517b586
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: 2
updates:
# 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 first day of the month at 6am EST
schedule:
interval: weekly
timezone: America/Detroit
time: "06:00"
# Assign to the lead developer
assignees:
- erinesullivan
# Add the `dependencies` label
labels:
- dependencies

# Enable version updates for GitHub Actions with similar scheduling details
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
timezone: America/Detroit
time: "06:00"
assignees:
- erinesullivan
labels:
- dependencies

# Enable version updates for Gems with similar scheduling details
- package-ecosystem: bundler
directory: /
schedule:
interval: monthly
timezone: America/Detroit
time: "06:00"
assignees:
- niquerio
labels:
- dependencies

0 comments on commit 517b586

Please sign in to comment.