Skip to content

Commit

Permalink
Dependency ownership for QA team (elastic#200589)
Browse files Browse the repository at this point in the history
## Summary

This updates our `renovate.json` configuration to mark the QA team as
owners of their set of dependencies.
  • Loading branch information
legrego authored and paulinashakirova committed Nov 26, 2024
1 parent d12b7e9 commit bc71141
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"enabled": true
},
{
"groupName": "@elastic/appex-ai-infra",
"groupName": "@elastic/appex-ai-infra dependencies",
"matchDepNames": [
"@aws-crypto/sha256-js",
"@aws-crypto/util",
Expand Down Expand Up @@ -133,6 +133,45 @@
],
"enabled": true
},
{
"groupName": "@elastic/appex-qa dependencies",
"matchDepNames": [
"cheerio",
"@istanbuljs/nyc-config-typescript",
"@istanbuljs/schema",
"@types/enzyme",
"@types/faker",
"@types/pixelmatch",
"@types/pngjs",
"@types/supertest",
"@wojtekmaj/enzyme-adapter-react-17",
"babel-plugin-istanbul",
"enzyme",
"enzyme-to-json",
"faker",
"nyc",
"oboe",
"pixelmatch",
"playwright",
"pngjs",
"sharp",
"superagent",
"supertest",
"xmlbuilder"
],
"reviewers": [
"team:appex-qa"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:QA",
"release_note:skip",
"backport:all-open"
],
"enabled": true
},
{
"groupName": "@elastic/charts",
"matchDepNames": [
Expand Down

0 comments on commit bc71141

Please sign in to comment.