Skip to content

Commit

Permalink
update time ,weekly checks and dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Apr 26, 2024
1 parent 8cd2a52 commit c63afcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yaml
Expand Up @@ -5,6 +5,7 @@ updates:
directory: /
schedule:
interval: weekly
day: friday
allow:
- dependency-type: all
groups:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yaml
Expand Up @@ -2,7 +2,7 @@ name: Weekly Checks

on:
schedule:
- cron: "0 0 * * 0"
- cron: "0 0 * * 6"

permissions:
contents: write
Expand Down

0 comments on commit c63afcd

Please sign in to comment.