-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting up
dependabot
. Weekly npm
check as there is only one depe…
…ndency.
- Loading branch information
1 parent
dfeef6b
commit 517b586
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |