Skip to content

Commit

Permalink
Decrease dependabot and CodeQL frequencies
Browse files Browse the repository at this point in the history
  • Loading branch information
infhyroyage committed Dec 16, 2023
1 parent 37d35c3 commit a42be7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "10:00"
interval: "monthly"
time: "15:00"
timezone: "Asia/Tokyo"
assignees:
- "infhyroyage"
Expand All @@ -24,9 +23,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "11:00"
interval: "monthly"
time: "16:00"
timezone: "Asia/Tokyo"
assignees:
- "infhyroyage"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan-codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ name: Scan Javascript/Typescript by CodeQL

on:
schedule:
# Every Sunday 00:00(UTC)
- cron: "0 0 * * 0"
# Every 1st of the month at 8:00(UTC)
- cron: "0 8 1 * *"

jobs:
analyze:
Expand Down

0 comments on commit a42be7f

Please sign in to comment.