Skip to content

Commit

Permalink
Organize automated PRs run times
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 5, 2024
1 parent 481ea56 commit 07696d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ updates:
- package-ecosystem: "npm"
directory: "/web"
schedule:
interval: "daily"
time: "17:20"
interval: "weekly"
day: "saturday"
time: "01:00"
labels:
- "dependabot"
- "javascript"
Expand All @@ -16,14 +17,16 @@ updates:
security:
update-types:
- "patch"
- "minor"

## Go mod

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "17:20"
interval: "weekly"
day: "saturday"
time: "02:30"
labels:
- "dependabot"
- "go"
Expand All @@ -38,7 +41,9 @@ updates:
- package-ecosystem: "gomod"
directory: "/kurl_proxy"
schedule:
interval: "daily"
interval: "weekly"
day: "saturday"
time: "02:30"
labels:
- "dependabot"
- "go"
Expand All @@ -50,6 +55,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
time: "02:30"
labels:
- "dependabot"
- "github-actions"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-deps-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update image deps

on:
schedule:
- cron: '0 9 * * *'
- cron: '0 4 * * *'
workflow_dispatch:
inputs:
overwrite:
Expand Down

0 comments on commit 07696d4

Please sign in to comment.