Skip to content

Commit d411aa4

Browse files
authored
Update CODEOWNERS and dependabot: (#488)
## Description Fixes: # ## How Has This Been Tested? ## How are existing users impacted? What migration steps/scripts do we need? ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents 5c2c91a + 09b3aa7 commit d411aa4

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/.github/settings.yml @chrisdoherty4 @jacobweinstock
2-
/.github/CODEOWNERS @chrisdoherty4 @jacobweinstock
1+
/.github/settings.yml @jacobweinstock
2+
/.github/CODEOWNERS @jacobweinstock

.github/dependabot.yml

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,25 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
day: "monday"
8-
time: "04:39"
9-
timezone: "America/New_York"
10-
reviewers:
11-
- chrisdoherty4
12-
- jacobweinstock
7+
day: "wednesday"
8+
time: "07:00"
9+
timezone: "America/Denver"
1310
open-pull-requests-limit: 10
1411

1512
- package-ecosystem: "gomod"
1613
directory: "/"
1714
schedule:
1815
interval: "weekly"
19-
day: "friday"
20-
time: "03:52"
21-
timezone: "America/New_York"
22-
reviewers:
23-
- chrisdoherty4
24-
- jacobweinstock
16+
day: "wednesday"
17+
time: "07:10"
18+
timezone: "America/Denver"
2519
open-pull-requests-limit: 10
2620

2721
- package-ecosystem: "docker"
2822
directory: "/"
2923
schedule:
3024
interval: "weekly"
31-
day: "monday"
32-
time: "04:22"
33-
timezone: "America/New_York"
34-
reviewers:
35-
- chrisdoherty4
36-
- jacobweinstock
25+
day: "wednesday"
26+
time: "07:30"
27+
timezone: "America/Denver"
3728
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)