Skip to content

Commit

Permalink
Update interval
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 26, 2023
1 parent 1123b64 commit b628a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: daily
interval: weekly
time: "00:00"
timezone: "Etc/UTC"
assignees:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update pre-commit hooks
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * *
- cron: 0 0 * * 0

jobs:
update:
Expand Down

0 comments on commit b628a48

Please sign in to comment.