Skip to content

Commit 4acd429

Browse files
authored
Remove v7 from GitHub Actions and Dependabot (#3459)
- v7 is no longer in support, so let's not waste resources on it
1 parent 2c0710c commit 4acd429

File tree

5 files changed

+0
-37
lines changed

5 files changed

+0
-37
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,6 @@ updates:
2929
dependencies:
3030
patterns:
3131
- '*'
32-
- package-ecosystem: gomod
33-
directory: '/'
34-
target-branch: 'v7'
35-
schedule:
36-
interval: weekly
37-
day: monday
38-
time: '01:00'
39-
timezone: US/Pacific
40-
open-pull-requests-limit: 2
41-
commit-message:
42-
prefix: '[v7](go)'
43-
groups:
44-
dependencies:
45-
patterns:
46-
- '*'
4732
- package-ecosystem: 'github-actions'
4833
directory: '/'
4934
schedule:
@@ -73,18 +58,3 @@ updates:
7358
dependencies:
7459
patterns:
7560
- '*'
76-
- package-ecosystem: 'github-actions'
77-
directory: '/'
78-
target-branch: 'v7'
79-
schedule:
80-
interval: weekly
81-
day: monday
82-
time: '01:00'
83-
timezone: US/Pacific
84-
open-pull-requests-limit: 2
85-
commit-message:
86-
prefix: '[v7](gha)'
87-
groups:
88-
dependencies:
89-
patterns:
90-
- '*'

.github/workflows/golangci-lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
tags:
66
- "v9.*"
77
- "v8.*"
8-
- "v7.*"
98
pull_request:
109
types:
1110
- opened
@@ -15,7 +14,6 @@ on:
1514
- main
1615
- v9
1716
- v8
18-
- v7
1917
paths-ignore:
2018
- "doc/**"
2119
- ".gitpod.yml"

.github/workflows/tests-integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,10 @@ on:
5656
push:
5757
tags:
5858
- "v8.*"
59-
- "v7.*"
6059
pull_request_target:
6160
branches:
6261
- main
6362
- v8
64-
- v7
6563
paths-ignore:
6664
- "doc/**"
6765
- ".gitpod.yml"

.github/workflows/tests-unit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ on:
1313
tags:
1414
- "v9.*"
1515
- "v8.*"
16-
- "v7.*"
1716
pull_request:
1817
branches:
1918
- main
2019
- v9
2120
- v8
22-
- v7
2321
paths-ignore:
2422
- "doc/**"
2523
- ".gitpod.yml"

.github/workflows/util-code-quality.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
branches:
77
- main
88
- v8
9-
- v7
109
schedule:
1110
- cron: '45 5 * * *'
1211

0 commit comments

Comments
 (0)