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/**"