mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Disable automatic dependabot updates
This commit is contained in:
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@@ -3,18 +3,19 @@
|
|||||||
# Please see the documentation for all configuration options:
|
# Please see the documentation for all configuration options:
|
||||||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
|
||||||
|
# Note: Setting open-pull-requests-limit to 0 disables version update PRs.
|
||||||
|
# Security updates are still active and controlled separately in repository settings.
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: 'pip' # See documentation for possible values
|
- package-ecosystem: 'pip' # See documentation for possible values
|
||||||
directory: '/' # Location of package manifests
|
directory: '/' # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'daily'
|
interval: 'daily'
|
||||||
assignees:
|
open-pull-requests-limit: 0 # Disable version update PRs; security updates still active
|
||||||
- 'alexjanousekGSA'
|
|
||||||
- package-ecosystem: 'npm'
|
- package-ecosystem: 'npm'
|
||||||
directory: '/'
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'daily'
|
interval: 'daily'
|
||||||
|
open-pull-requests-limit: 0 # Disable version update PRs; security updates still active
|
||||||
versioning-strategy: increase
|
versioning-strategy: increase
|
||||||
assignees:
|
|
||||||
- 'alexjanousekGSA'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user