Skip to content

Commit

Permalink
Run update jobs less often (#432)
Browse files Browse the repository at this point in the history
As discussed with @visr
  • Loading branch information
Hofer-Julian authored Jul 17, 2023
1 parent 9de83a8 commit 67edec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit_auto_update.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Pre-commit

on:
# every day at midnight
schedule:
- cron: "0 0 * * *"
# every monday morning
- cron: "0 7 * * MON"
# on demand
workflow_dispatch:

Expand Down

0 comments on commit 67edec7

Please sign in to comment.