Skip to content

Commit

Permalink
chore: add Dependabot settings (#837)
Browse files Browse the repository at this point in the history
Some stuff and remove the annony addition of `dependencies` label.
  • Loading branch information
tunnckoCore authored Apr 3, 2022
1 parent a93060c commit 635b4f8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
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"]

0 comments on commit 635b4f8

Please sign in to comment.