From 5ccb6b48e84153e8f4b5cf1bac582ec1f9f2a530 Mon Sep 17 00:00:00 2001 From: "labd-project-manager[bot]" <141430439+labd-project-manager[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 14:20:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/'=20wi?= =?UTF-8?q?th=20remote=20'projects/go-terraform-provider/.github'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yaml | 5 ++--- .github/workflows/dependabot-changie.yaml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index d2c2b03..3e43501 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,11 +1,10 @@ - version: 2 updates: - package-ecosystem: "gomod" directory: "/" schedule: interval: "weekly" - day: friday + day: tuesday commit-message: prefix: "chore(deps)" groups: @@ -17,7 +16,7 @@ updates: directory: "/" schedule: interval: "weekly" - day: friday + day: tuesday commit-message: prefix: "chore(deps)" groups: diff --git a/.github/workflows/dependabot-changie.yaml b/.github/workflows/dependabot-changie.yaml index cb0c658..4346052 100644 --- a/.github/workflows/dependabot-changie.yaml +++ b/.github/workflows/dependabot-changie.yaml @@ -1,7 +1,7 @@ name: Dependabot add changie file on: pull_request: - types: [opened] + types: [opened, edited] permissions: pull-requests: write