From 091ec95de41a63b4d51ef0b235b0f920f679864a Mon Sep 17 00:00:00 2001 From: Mashiro <107276926+mashiro-san@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:00:43 +0000 Subject: [PATCH] Update repository files --- .github/dependabot.yml | 4 ++-- .github/workflows/manager.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e8f1b68..4831901 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 @@ -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: diff --git a/.github/workflows/manager.yml b/.github/workflows/manager.yml index ef1b337..5f6f4cc 100644 --- a/.github/workflows/manager.yml +++ b/.github/workflows/manager.yml @@ -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]