1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Reduce dependabot frequency (#2417)

This commit is contained in:
sandstrom 2020-12-19 00:35:21 +01:00 committed by GitHub
parent ea3362e2fc
commit 457b18447b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.dependabot/config.yml Normal file
View file

@ -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: "ruby:bundler"
directory: "/"
update_schedule: "monthly"