From 17c6db309ae1464a89b0f770d3c963ffa1f1cc0e Mon Sep 17 00:00:00 2001 From: Balbina K <41303231+BalbinaK@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:28:14 +0100 Subject: [PATCH] feat: add @warp-ds and @borealis prefixes to packages lists (#5) --- application.json | 12 +++++++++--- sub-level-module.json | 12 +++++++++--- top-level-module.json | 12 +++++++++--- 3 files changed, 27 insertions(+), 9 deletions(-) diff --git a/application.json b/application.json index ae90b17..77e84aa 100644 --- a/application.json +++ b/application.json @@ -14,7 +14,9 @@ "@podium", "@eik", "@fabric-ds", - "@metrics" + "@metrics", + "@warp-ds", + "@borealis" ], "schedule": ["before 6am on the first day of the month"], "rangeStrategy": "pin", @@ -28,7 +30,9 @@ "@podium", "@eik", "@fabric-ds", - "@metrics" + "@metrics", + "@warp-ds", + "@borealis" ], "schedule": ["after 6pm on sunday"], "rangeStrategy": "pin", @@ -49,7 +53,9 @@ "@podium", "@eik", "@fabric-ds", - "@metrics" + "@metrics", + "@warp-ds", + "@borealis" ], "rangeStrategy": "pin", "automerge": true, diff --git a/sub-level-module.json b/sub-level-module.json index 06dbcdd..cc3d525 100644 --- a/sub-level-module.json +++ b/sub-level-module.json @@ -9,7 +9,9 @@ "@podium", "@eik", "@fabric-ds", - "@metrics" + "@metrics", + "@warp-ds", + "@borealis" ], "schedule": ["before 6am on the first day of the month"], "rangeStrategy": "pin", @@ -23,7 +25,9 @@ "@podium", "@eik", "@fabric-ds", - "@metrics" + "@metrics", + "@warp-ds", + "@borealis" ], "schedule": ["after 6pm on sunday"], "rangeStrategy": "pin", @@ -39,7 +43,9 @@ "@podium", "@eik", "@fabric-ds", - "@metrics" + "@metrics", + "@warp-ds", + "@borealis" ], "rangeStrategy": "pin", "automerge": true, diff --git a/top-level-module.json b/top-level-module.json index 71cc118..d47f3d5 100644 --- a/top-level-module.json +++ b/top-level-module.json @@ -9,7 +9,9 @@ "@podium", "@eik", "@fabric-ds", - "@metrics" + "@metrics", + "@warp-ds", + "@borealis" ], "schedule": ["before 6am on the first day of the month"], "rangeStrategy": "pin", @@ -23,7 +25,9 @@ "@podium", "@eik", "@fabric-ds", - "@metrics" + "@metrics", + "@warp-ds", + "@borealis" ], "schedule": ["after 6pm on sunday"], "rangeStrategy": "pin", @@ -44,7 +48,9 @@ "@podium", "@eik", "@fabric-ds", - "@metrics" + "@metrics", + "@warp-ds", + "@borealis" ], "rangeStrategy": "pin", "automerge": true,