From 4b41bd6adf45db7974064bf2850b06932825f7a8 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 9 Dec 2024 14:23:06 +0100 Subject: [PATCH] chore(containers): support for v4.6 branch (#6063) Co-authored-by: MrCloudSec --- .github/dependabot.yml | 12 ++++++------ .github/workflows/sdk-build-lint-push-containers.yml | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4be019726a..f002e143dd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,7 +15,7 @@ updates: labels: - "dependencies" - "pip" - + - package-ecosystem: "github-actions" directory: "/" schedule: @@ -25,7 +25,7 @@ updates: labels: - "dependencies" - "github_actions" - + - package-ecosystem: "npm" directory: "/" schedule: @@ -35,7 +35,7 @@ updates: labels: - "dependencies" - "npm" - + # v4.6 - package-ecosystem: "pip" directory: "/" @@ -47,13 +47,13 @@ updates: - "dependencies" - "pip" - "v4" - + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" open-pull-requests-limit: 10 - target-branch: v3 + target-branch: v4.6 labels: - "dependencies" - "github_actions" @@ -70,7 +70,7 @@ updates: - "dependencies" - "pip" - "v3" - + - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/.github/workflows/sdk-build-lint-push-containers.yml b/.github/workflows/sdk-build-lint-push-containers.yml index b502af0ba4..98460b3214 100644 --- a/.github/workflows/sdk-build-lint-push-containers.yml +++ b/.github/workflows/sdk-build-lint-push-containers.yml @@ -3,7 +3,11 @@ name: SDK - Build and Push containers on: push: branches: + # For `v3-latest` - "v3" + # For `v4-latest` + - "v4.6" + # For `latest` - "master" paths-ignore: - ".github/**"