Skip to content

Commit

Permalink
Merge branch 'master' into backport/v5.0/pr-5996
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCloudSec committed Dec 9, 2024
2 parents 370a087 + 4b41bd6 commit 93fb298
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates:
labels:
- "dependencies"
- "pip"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -25,7 +25,7 @@ updates:
labels:
- "dependencies"
- "github_actions"

- package-ecosystem: "npm"
directory: "/"
schedule:
Expand All @@ -35,7 +35,7 @@ updates:
labels:
- "dependencies"
- "npm"

# v4.6
- package-ecosystem: "pip"
directory: "/"
Expand All @@ -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"
Expand All @@ -70,7 +70,7 @@ updates:
- "dependencies"
- "pip"
- "v3"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sdk-build-lint-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"
Expand Down

0 comments on commit 93fb298

Please sign in to comment.