From 148bdacebec1df3151db17ba3acb077fe54f0b5d Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Mon, 9 Dec 2024 16:23:06 +0100 Subject: [PATCH] chore(containers): support for v4.6 branch (#6084) Co-authored-by: Pepe Fagoaga Co-authored-by: Sergio Garcia --- .github/dependabot.yml | 20 +++++++++---------- .../workflows/build-lint-push-containers.yml | 4 ++++ 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4be019726a..facc227ae6 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,25 +35,25 @@ updates: labels: - "dependencies" - "npm" - + # v4.6 - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 10 target-branch: v4.6 labels: - "dependencies" - "pip" - "v4" - + - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 10 - target-branch: v3 + target-branch: v4.6 labels: - "dependencies" - "github_actions" @@ -63,18 +63,18 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" + interval: "monthly" open-pull-requests-limit: 10 target-branch: v3 labels: - "dependencies" - "pip" - "v3" - + - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "monthly" open-pull-requests-limit: 10 target-branch: v3 labels: diff --git a/.github/workflows/build-lint-push-containers.yml b/.github/workflows/build-lint-push-containers.yml index 6961617f68..b97e3f1585 100644 --- a/.github/workflows/build-lint-push-containers.yml +++ b/.github/workflows/build-lint-push-containers.yml @@ -3,7 +3,11 @@ name: build-lint-push-containers on: push: branches: + # For `v3-latest` - "v3" + # For `v4-latest` + - "v4.6" + # For `latest` - "master" paths-ignore: - ".github/**"