ci: update packageFiles to be renovated (#29071)
Change `cli-hello-world-ivy` to `cli-hello-world-compat` as this was renamed and add `cli-hello-world-ivy-minimal`. PR Close #29071
This commit is contained in:
parent
79e2ca0c0e
commit
7d174969c2
|
@ -16,7 +16,8 @@
|
||||||
"@types/node"
|
"@types/node"
|
||||||
],
|
],
|
||||||
"packageFiles": [
|
"packageFiles": [
|
||||||
"integration/cli-hello-world-ivy/package.json",
|
"integration/cli-hello-world-ivy-compat/package.json",
|
||||||
|
"integration/cli-hello-world-ivy-minimal/package.json",
|
||||||
"integration/cli-hello-world/package.json"
|
"integration/cli-hello-world/package.json"
|
||||||
],
|
],
|
||||||
"major": {
|
"major": {
|
||||||
|
|
Loading…
Reference in New Issue