forked from trufflesuite/truffle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependabot.yml
20 lines (19 loc) · 882 Bytes
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm" # this section is for version update PRs
directory: "/" # Location of package manifests
schedule:
interval: "daily"
allow:
- dependency-name: "ganache"
reviewers:
- "trufflesuite/truffle-core-devs"
- package-ecosystem: "npm" # this section is for security update PRs
directory: "./" # Location of package manifests
schedule:
interval: "weekly"
# Disable version updates for npm dependencies
# see https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
open-pull-requests-limit: 0