mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
update APM agents with renovate bot (#119166)
* declare deps on APM agents via ranges * update APM agents to the latest versions
This commit is contained in:
parent
9fa409fc0e
commit
d0b58bb2b0
3 changed files with 10 additions and 2 deletions
|
@ -220,7 +220,7 @@
|
|||
"deep-freeze-strict": "^1.1.1",
|
||||
"deepmerge": "^4.2.2",
|
||||
"del": "^5.1.0",
|
||||
"elastic-apm-node": "3.24.0",
|
||||
"elastic-apm-node": "^3.24.0",
|
||||
"execa": "^4.0.2",
|
||||
"exit-hook": "^2.2.0",
|
||||
"expiry-js": "0.1.7",
|
||||
|
|
|
@ -54,6 +54,14 @@
|
|||
"labels": ["release_note:skip", "Team:Operations", "Team:Core", "backport:skip"],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "APM",
|
||||
"matchPackageNames": ["elastic-apm-node", "@elastic/apm-rum", "@elastic/apm-rum-react"],
|
||||
"reviewers": ["team:kibana-core"],
|
||||
"matchBaseBranches": ["main"],
|
||||
"labels": ["release_note:skip", "Team:Core", "backport:skip"],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "babel",
|
||||
"matchPackageNames": ["@types/babel__core"],
|
||||
|
|
|
@ -12596,7 +12596,7 @@ elastic-apm-http-client@^10.3.0:
|
|||
readable-stream "^3.4.0"
|
||||
stream-chopper "^3.0.1"
|
||||
|
||||
elastic-apm-node@3.24.0:
|
||||
elastic-apm-node@^3.24.0:
|
||||
version "3.24.0"
|
||||
resolved "https://registry.yarnpkg.com/elastic-apm-node/-/elastic-apm-node-3.24.0.tgz#d7acb3352f928a23c28ebabab2bd30098562814e"
|
||||
integrity sha512-Fmj/W2chWQa2zb1FfMYK2ypLB4TcnKNX+1klaJFbytRYDLgeSfo0EC7egvI3a+bLPZSRL5053PXOp7slVTPO6Q==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue