Skip to content

Commit

Permalink
dependency checker
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Apr 18, 2024
1 parent 8a5c1ed commit 5529d27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependency_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Dependency Checker
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1-5'
- cron: '0 0 * * 1'
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -22,6 +22,8 @@ jobs:
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}
commit-message: Update latest dependencies
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
title: Automated Latest Dependency Updates
body: "This is an auto-generated PR with **latest** dependency updates."
branch: latest-dependency-update
Expand Down

0 comments on commit 5529d27

Please sign in to comment.