Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
build: reactivate dependabot with a sensible configuration (#1177)
Browse files Browse the repository at this point in the history
* build: let dependabot retire

* build: update latest available dependencies

* fix: reactivate dependabot with a sensible configuration
  • Loading branch information
0-vortex committed Oct 3, 2021
1 parent 54ccd2a commit bfc2732
Show file tree
Hide file tree
Showing 3 changed files with 3,043 additions and 2,897 deletions.
13 changes: 11 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
interval: weekly
day: "thursday"
time: "14:00"
assignees:
- "@open-sauced/maintainers"
reviewers:
- "@open-sauced/maintainers"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
open-pull-requests-limit: 15
labels:
- chore
- dependencies

0 comments on commit bfc2732

Please sign in to comment.