File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 33# Please see the documentation for all configuration options:
44# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55
6+ # Note: Setting open-pull-requests-limit to 0 disables version update PRs.
7+ # Security updates are still active and controlled separately in repository settings.
8+
69version : 2
710updates :
811 - package-ecosystem : ' pip' # See documentation for possible values
912 directory : ' /' # Location of package manifests
1013 schedule :
1114 interval : ' daily'
12- assignees :
13- - ' alexjanousekGSA'
15+ open-pull-requests-limit : 0 # Disable version update PRs; security updates still active
1416 - package-ecosystem : ' npm'
1517 directory : ' /'
1618 schedule :
1719 interval : ' daily'
20+ open-pull-requests-limit : 0 # Disable version update PRs; security updates still active
1821 versioning-strategy : increase
19- assignees :
20- - ' alexjanousekGSA'
You can’t perform that action at this time.
0 commit comments