mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Updated dependabot yml to remove depecrated review assignment
This commit is contained in:
20
.github/dependabot.yml
vendored
20
.github/dependabot.yml
vendored
@@ -5,20 +5,16 @@
|
|||||||
|
|
||||||
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:
|
assignees:
|
||||||
- "alexjanousekGSA"
|
- 'alexjanousekGSA'
|
||||||
reviewers:
|
- package-ecosystem: 'npm'
|
||||||
- "alexjanousekGSA"
|
directory: '/'
|
||||||
- package-ecosystem: "npm"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: 'daily'
|
||||||
versioning-strategy: increase
|
versioning-strategy: increase
|
||||||
assignees:
|
assignees:
|
||||||
- "alexjanousekGSA"
|
- 'alexjanousekGSA'
|
||||||
reviewers:
|
|
||||||
- "alexjanousekGSA"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user