Skip to content

Commit

Permalink
Add list-outdated-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim authored Jul 23, 2023
1 parent a5af5d2 commit 0674f7f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/list-outdated-dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: List outdated dependencies

on:
schedule:
- cron: '0 4 * * 1'
workflow_dispatch: {}

jobs:
call-workflow:
uses: compulim/workflows/.github/workflows/list-outdated-dependencies.yml@main

0 comments on commit 0674f7f

Please sign in to comment.