Skip to content

Commit 69ba87c

Browse files
matthew-pilotMatthew Pilot
andauthored
fix(runtime): add dependabot config for gomod and github-actions (PILOT-368) (#6)
Add .github/dependabot.yml with weekly gomod and github-actions update schedules, per the repo hygiene parent task PILOT-162. Note: .github/workflows/notify-canary.yml is not included because .github/workflows/** is in the agent paths_denied list. That part requires operator or Hank to create separately. Closes PILOT-368 Co-authored-by: Matthew Pilot <matthew-pilot@vulturelabs.io>
1 parent 913a3b0 commit 69ba87c

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
time: "09:00"
9+
timezone: "UTC"
10+
open-pull-requests-limit: 5
11+
labels:
12+
- "dependencies"
13+
- "go"
14+
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
schedule:
18+
interval: "weekly"
19+
open-pull-requests-limit: 5
20+
labels:
21+
- "dependencies"
22+
- "ci"

0 commit comments

Comments
 (0)