Skip to content

Commit

Permalink
chore(containers): support for v4.6 branch (#6063)
Browse files Browse the repository at this point in the history
Co-authored-by: MrCloudSec <[email protected]>
(cherry picked from commit 4b41bd6)

# Conflicts:
#	.github/dependabot.yml
  • Loading branch information
jfagoagas committed Dec 9, 2024
1 parent ef9b37d commit 4a474a2
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ updates:
labels:
- "dependencies"
- "pip"
<<<<<<< HEAD
=======

>>>>>>> 4b41bd6ad (chore(containers): support for v4.6 branch (#6063))
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -23,6 +27,42 @@ updates:
labels:
- "dependencies"
- "github_actions"
<<<<<<< HEAD
=======

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
target-branch: master
labels:
- "dependencies"
- "npm"

# v4.6
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
target-branch: v4.6
labels:
- "dependencies"
- "pip"
- "v4"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
target-branch: v4.6
labels:
- "dependencies"
- "github_actions"
- "v4"
>>>>>>> 4b41bd6ad (chore(containers): support for v4.6 branch (#6063))

- package-ecosystem: "pip"
directory: "/"
Expand All @@ -34,6 +74,10 @@ updates:
- "dependencies"
- "pip"
- "v3"
<<<<<<< HEAD
=======

>>>>>>> 4b41bd6ad (chore(containers): support for v4.6 branch (#6063))
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-lint-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"
Expand Down

0 comments on commit 4a474a2

Please sign in to comment.