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]