File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
65version : 2
76updates :
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
You can’t perform that action at this time.
0 commit comments