diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f4e8bf6808d..2b66bffc026 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,21 +29,6 @@ updates: dependencies: patterns: - '*' -- package-ecosystem: gomod - directory: '/' - target-branch: 'v7' - schedule: - interval: weekly - day: monday - time: '01:00' - timezone: US/Pacific - open-pull-requests-limit: 2 - commit-message: - prefix: '[v7](go)' - groups: - dependencies: - patterns: - - '*' - package-ecosystem: 'github-actions' directory: '/' schedule: @@ -73,18 +58,3 @@ updates: dependencies: patterns: - '*' -- package-ecosystem: 'github-actions' - directory: '/' - target-branch: 'v7' - schedule: - interval: weekly - day: monday - time: '01:00' - timezone: US/Pacific - open-pull-requests-limit: 2 - commit-message: - prefix: '[v7](gha)' - groups: - dependencies: - patterns: - - '*' \ No newline at end of file diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index d6b5b4e7cb2..ca375bbb666 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -5,7 +5,6 @@ on: tags: - "v9.*" - "v8.*" - - "v7.*" pull_request: types: - opened @@ -15,7 +14,6 @@ on: - main - v9 - v8 - - v7 paths-ignore: - "doc/**" - ".gitpod.yml" diff --git a/.github/workflows/tests-integration.yml b/.github/workflows/tests-integration.yml index fbbfc661833..653065422de 100644 --- a/.github/workflows/tests-integration.yml +++ b/.github/workflows/tests-integration.yml @@ -56,12 +56,10 @@ on: push: tags: - "v8.*" - - "v7.*" pull_request_target: branches: - main - v8 - - v7 paths-ignore: - "doc/**" - ".gitpod.yml" diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index c0ce8652af6..ff875e52a74 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -13,13 +13,11 @@ on: tags: - "v9.*" - "v8.*" - - "v7.*" pull_request: branches: - main - v9 - v8 - - v7 paths-ignore: - "doc/**" - ".gitpod.yml" diff --git a/.github/workflows/util-code-quality.yml b/.github/workflows/util-code-quality.yml index 56c189a3f47..5cde50693d0 100644 --- a/.github/workflows/util-code-quality.yml +++ b/.github/workflows/util-code-quality.yml @@ -6,7 +6,6 @@ on: branches: - main - v8 - - v7 schedule: - cron: '45 5 * * *'