Skip to content

Commit

Permalink
fix(deps): Create Dependabot v2 config file (#43)
Browse files Browse the repository at this point in the history
* Create Dependabot config file

* Update dependabot.yml

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Ivan Vilanculo <isneezy@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] and isneezy authored Oct 5, 2020
1 parent e4395ba commit aeaf762
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: friday
time: "20:00"
timezone: Africa/Maputo
open-pull-requests-limit: 10
target-branch: master
reviewers:
- isneezy
labels:
- dependencies

0 comments on commit aeaf762

Please sign in to comment.