Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Update repository files (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashiro authored Oct 2, 2023
1 parent b2d4e6a commit 1170db1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
schedule:
interval: weekly
day: monday
time: "07:00"
time: "06:00"
timezone: US/Eastern
open-pull-requests-limit: 10
- package-ecosystem: npm
Expand All @@ -17,7 +17,7 @@ updates:
schedule:
interval: weekly
day: monday
time: "07:00"
time: "06:00"
timezone: US/Eastern
open-pull-requests-limit: 10
ignore:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
- cron: 0 10 * 3-10 1
create:
issues:
types: [opened, reopened, closed]
types: [opened, reopened, closed, edited]
pull_request:
branches: [main]
types: [opened, reopened, closed]
types: [opened, reopened, closed, edited]
issue_comment:
types: [created]
types: [created, edited]
release:
types: [published]

Expand Down

0 comments on commit 1170db1

Please sign in to comment.