Skip to content

Commit 4279c40

Browse files
Merge pull request #3291 from GSA/fix/disable-dependabot-version-updates
Disable automatic dependabot updates
2 parents b536867 + 1fa7e40 commit 4279c40

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
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+
69
version: 2
710
updates:
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'

0 commit comments

Comments
 (0)