-
-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add Dependabot settings (#837)
Some stuff and remove the annony addition of `dependencies` label.
- Loading branch information
1 parent
a93060c
commit 635b4f8
Showing
1 changed file
with
24 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,24 @@ | ||
# Versions and updates, dependabot.yml | ||
|
||
version: 2 | ||
updates: | ||
|
||
# Maintain dependencies for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
|
||
# Maintain dependencies for npm | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
time: "02:00" | ||
# No one cares about dependency labels, they should be auto-merged | ||
labels: [] | ||
allow: | ||
# Allow both direct and indirect updates for all packages | ||
- dependency-type: "all" | ||
rebase-strategy: "auto" | ||
reviewers: ["node-formidable/core"] |