Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit ea61590

Browse files
author
Mashiro
authored
Update repository files (#46)
1 parent 03c7475 commit ea61590

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
schedule:
88
interval: weekly
99
day: monday
10-
time: "07:00"
10+
time: "06:00"
1111
timezone: US/Eastern
1212
open-pull-requests-limit: 10
1313
- package-ecosystem: maven
@@ -17,7 +17,7 @@ updates:
1717
schedule:
1818
interval: weekly
1919
day: monday
20-
time: "07:00"
20+
time: "06:00"
2121
timezone: US/Eastern
2222
open-pull-requests-limit: 10
2323
groups:

.github/workflows/manager.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
- cron: 0 10 * 3-10 1
77
create:
88
issues:
9-
types: [opened, reopened, closed]
9+
types: [opened, reopened, closed, edited]
1010
pull_request:
1111
branches: [main]
12-
types: [opened, reopened, closed]
12+
types: [opened, reopened, closed, edited]
1313
issue_comment:
14-
types: [created]
14+
types: [created, edited]
1515
release:
1616
types: [published]
1717

0 commit comments

Comments
 (0)