We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389c4e2 commit 76ef415Copy full SHA for 76ef415
.github/workflows/dependency_checker.yml
@@ -2,7 +2,7 @@ name: Dependency Checker
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: '0 0 * * 1-5'
+ - cron: '0 0 * * 1'
6
jobs:
7
build:
8
runs-on: ubuntu-latest
@@ -22,6 +22,8 @@ jobs:
22
with:
23
token: ${{ secrets.GH_ACCESS_TOKEN }}
24
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>"
27
title: Automated Latest Dependency Updates
28
body: "This is an auto-generated PR with **latest** dependency updates."
29
branch: latest-dependency-update
0 commit comments