Skip to content

Commit 76ef415

Browse files
committed
dependency checker
1 parent 389c4e2 commit 76ef415

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dependency_checker.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Dependency Checker
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '0 0 * * 1-5'
5+
- cron: '0 0 * * 1'
66
jobs:
77
build:
88
runs-on: ubuntu-latest
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
token: ${{ secrets.GH_ACCESS_TOKEN }}
2424
commit-message: Update latest dependencies
25+
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
26+
committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
2527
title: Automated Latest Dependency Updates
2628
body: "This is an auto-generated PR with **latest** dependency updates."
2729
branch: latest-dependency-update

0 commit comments

Comments
 (0)