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:
parent
ea3362e2fc
commit
457b18447b
1 changed files with 11 additions and 0 deletions
11
.dependabot/config.yml
Normal file
11
.dependabot/config.yml
Normal 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"
|
Loading…
Reference in a new issue