Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# the repo, unless a later match takes precedence.
* @madskristensen @hyperupcall

src/schema-validation.jsonc @ssbarnea @webknjaz @CircleCI-Public/developer-experience @meeech @gordonsyme @skoch13 @andrey-skl @zmaks @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian @pandatix @NicoFgrx @ya7010 @chrissimon-au @danielbayley @btea @priyanshu92 @ashishchoudhary001 @amitjoshi438 @tyaginidhi @domdomegg @bogini @ianmacartney @thomasballinger @Nicolapps
src/schema-validation.jsonc @ssbarnea @webknjaz @CircleCI-Public/developer-experience @meeech @gordonsyme @skoch13 @andrey-skl @zmaks @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian @pandatix @NicoFgrx @ya7010 @chrissimon-au @danielbayley @btea @priyanshu92 @ashishchoudhary001 @amitjoshi438 @tyaginidhi @domdomegg @bogini @sarahdeaton @ianmacartney @thomasballinger @Nicolapps

# Managed by Ansible DevTools Team members:
src/schemas/json/ansible-* @ssbarnea @webknjaz
Expand Down Expand Up @@ -62,13 +62,13 @@ src/test/powerpages.config/ @priyanshu92 @ashishchoudhary001 @amitjoshi438 @tyag
src/negative_test/powerpages.config/ @priyanshu92 @ashishchoudhary001 @amitjoshi438 @tyaginidhi

# Managed by Anthropic Team:
src/schemas/json/claude-code-settings.json @domdomegg @bogini @ant-kurt
src/test/claude-code-settings/ @domdomegg @bogini @ant-kurt
src/negative_test/claude-code-settings/ @domdomegg @bogini @ant-kurt
src/schemas/json/claude-code-keybindings.json @domdomegg @bogini @antrewmorrison
src/test/claude-code-keybindings/ @domdomegg @bogini @antrewmorrison
src/negative_test/claude-code-keybindings/ @domdomegg @bogini @antrewmorrison
src/helpers/coverage.js @domdomegg @bogini @antrewmorrison
src/schemas/json/claude-code-settings.json @domdomegg @bogini @sarahdeaton @ant-kurt
src/test/claude-code-settings/ @domdomegg @bogini @sarahdeaton @ant-kurt
src/negative_test/claude-code-settings/ @domdomegg @bogini @sarahdeaton @ant-kurt
src/schemas/json/claude-code-keybindings.json @domdomegg @bogini @sarahdeaton @antrewmorrison
src/test/claude-code-keybindings/ @domdomegg @bogini @sarahdeaton @antrewmorrison
src/negative_test/claude-code-keybindings/ @domdomegg @bogini @sarahdeaton @antrewmorrison
src/helpers/coverage.js @domdomegg @bogini @sarahdeaton @antrewmorrison

# Managed by Convex Team:
src/schemas/json/convex.json @ianmacartney @thomasballinger @Nicolapps
Expand Down
4 changes: 4 additions & 0 deletions src/schemas/json/dependabot-2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,10 @@
},
"dependency-type": {
"$ref": "#/definitions/dependency-type"
},
"update-types": {
"$ref": "#/definitions/update-types",
"description": "Use to allow specific types of updates. You can combine this with 'dependency-name: \"*\"' to allow particular update-types for all dependencies."
}
},
"anyOf": [
Expand Down