Skip to content

Commit

Permalink
Run outdated dependency check after dpendabot
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Dec 1, 2019
1 parent fd93c1d commit 1e9f919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-outdated-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check dependencies

on:
schedule:
- cron: '0 0 * * 0' # Run every Sunday
- cron: '0 0 * * TUE' # Run every Tuesday (after dependabot, which runs Monday)

jobs:
checkDependencies:
Expand Down

0 comments on commit 1e9f919

Please sign in to comment.