Skip to content

Commit

Permalink
Reduce dependabot frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstrom authored and igorT committed May 18, 2020
1 parent 03832a7 commit df576ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Create Pull-Requests for NPM updates automatically
# https://dependabot.com/docs/config-file/

version: 1
update_configs:
# Keep package.json (& lockfiles) up to date.
# Security updates will be created immediately,
# other updates monthly, to cut down on repo noise.
- package_manager: "javascript"
directory: "/"
update_schedule: "monthly"

0 comments on commit df576ec

Please sign in to comment.