Skip to content

Commit

Permalink
Upgrade to GitHub-native Dependabot (#247)
Browse files Browse the repository at this point in the history
* Upgrade to GitHub-native Dependabot

* chore: ignore all get-folder-size updates

This is due to it requiring Node 14, and Node 12 isn't EOL until April 2022.

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Mark Lee <[email protected]>
  • Loading branch information
dependabot-preview[bot] and malept authored May 12, 2021
1 parent 3823368 commit e5531df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: get-folder-size
versions:
- ">= 3"

0 comments on commit e5531df

Please sign in to comment.