From 1220757a986e422df9dcf6e250ddd8fcf48b5bdb Mon Sep 17 00:00:00 2001 From: Mashiro <107276926+mashiro-san@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:12:34 -0400 Subject: [PATCH] Update repository files (#117) --- .github/dependabot.yml | 2 +- .github/workflows/manager.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7603751..22ccada 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 ignore: 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]