Skip to content

Commit

Permalink
Update repository files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashiro committed Oct 2, 2023
1 parent be21259 commit 091ec95
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: maven
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
groups:
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 091ec95

Please sign in to comment.