Skip to content

Commit 6307f2d

Browse files
authored
Merge pull request #193 from Scalingo/story-2085/update-go-1-24-codeowners
[STORY-2085] Migrate to CODEOWNERS file
2 parents 28e166e + d9033be commit 6307f2d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
go.sum @john-scalingo
2+
.github/workflows/* @john-scalingo

.github/dependabot.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ updates:
66
- dependency-type: "all"
77
schedule:
88
interval: "monthly"
9-
reviewers:
10-
- "john-scalingo"
119
groups:
1210
dependencies:
1311
patterns:
1412
- "*"
15-
1613
- package-ecosystem: "github-actions"
1714
directory: "/"
1815
schedule:
1916
interval: "monthly"
20-
reviewers:
21-
- "john-scalingo"
17+

0 commit comments

Comments
 (0)