Skip to content

Commit 00f2f42

Browse files
authored
Dependabot: Remove the now-unsupported reviewers field (SchemaStore#4905)
On 2025-04-29, GitHub announced that `reviewers` would be removed in the future: https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/ On 2025-08-08, GitHub announced that `reviewers` was officially removed: https://github.blog/changelog/2025-08-08-dependabot-reviewers-configuration-option-is-replaced-by-code-owners/ This commit removes all of the negative `reviewers` tests and then moves the positive test to the negative test directory with the name `reviewers-no-longer-valid-2025-08-08.json`.
1 parent ae09efd commit 00f2f42

File tree

7 files changed

+0
-75
lines changed

7 files changed

+0
-75
lines changed

src/negative_test/dependabot-2.0/reviewers-duplicate-values.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/negative_test/dependabot-2.0/reviewers-min-length-exceeded.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/test/dependabot-2.0/reviewers.json renamed to src/negative_test/dependabot-2.0/reviewers-no-longer-valid-2025-08-08.json

File renamed without changes.

src/negative_test/dependabot-2.0/reviewers-value-empty-string.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/negative_test/dependabot-2.0/reviewers-value-wrong-type.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/negative_test/dependabot-2.0/reviewers-wrong-type.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/schemas/json/dependabot-2.0.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -978,16 +978,6 @@
978978
}
979979
]
980980
},
981-
"reviewers": {
982-
"type": "array",
983-
"items": {
984-
"type": "string",
985-
"minLength": 1
986-
},
987-
"description": "Specify individual reviewers or teams of reviewers for all pull requests raised for a package manager. You must use the full team name, including the organization, as if you were @mentioning the team.",
988-
"minItems": 1,
989-
"uniqueItems": true
990-
},
991981
"schedule": {
992982
"description": "Schedule preferences",
993983
"type": "object",

0 commit comments

Comments
 (0)