Skip to content

Commit 344c544

Browse files
authored
Update dependabot.yml
1 parent 023d595 commit 344c544

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
1+
# Example configuration file that:
2+
# - Ignores lodash dependency
3+
# - Disables version-updates
54

65
version: 2
76
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
7+
- package-ecosystem: "npm"
8+
directory: "/"
109
schedule:
1110
interval: "daily"
12-
open-pull-requests-limit: 10
11+
# Disable version updates for npm dependencies
12+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)