File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 11# For all possible configuration options see:
22# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
33
4+ # Note that limitations on version updates applied in this file don't apply to security updates,
5+ # which are separately managed by dependabot
6+
47version : 2
58updates :
69 - package-ecosystem : " npm"
710 directory : " /"
811 schedule :
912 interval : " daily"
10- # Allow up to 10 open pull requests for dependencies.
11- open-pull-requests-limit : 5
12- - package-ecosystem : github-actions
13- directory : /
14- groups :
15- github-actions :
16- patterns :
17- - " *" # Group all Actions updates into a single larger pull request
13+ open-pull-requests-limit : 20
14+ ignore :
15+ - dependency-name : " *"
16+ update-types : ["version-update:semver-minor", "version-update:semver-patch"]
17+ - package-ecosystem : " github-actions"
18+ directory : " /"
1819 schedule :
19- interval : weekly
20+ interval : " daily "
You can’t perform that action at this time.
0 commit comments