chore(containers): support for v4.6 branch (#6063)

Co-authored-by: MrCloudSec <hello@mistercloudsec.com>
This commit is contained in:
Pepe Fagoaga
2024-12-09 14:23:06 +01:00
committed by GitHub
parent cdd044d120
commit 4b41bd6adf
2 changed files with 10 additions and 6 deletions
+6 -6
View File
@@ -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:
@@ -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/**"