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 e5b7467 commit 09513ec
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
assignees:
- "mikenye"
- "fredclausen"
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 09513ec

Please sign in to comment.