From 15580467f4e69c0a4e7907f11def1851a17d1c18 Mon Sep 17 00:00:00 2001 From: Jonathan Yu Date: Thu, 18 Mar 2021 17:30:29 +0000 Subject: [PATCH] chore: update dependabot config * Add commit message prefix * Schedule updates at 6am Austin time instead of the default UTC * Ignore updates for all official GitHub Actions --- .github/dependabot.yml | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3625f0..ebbc08af 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,24 +1,23 @@ version: 2 updates: -- package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - time: "11:00" - open-pull-requests-limit: 10 - ignore: - # GitHub always delivers the latest versions for each major - # release tag, so ignore minor version tags - - dependency-name: "actions/cache" - versions: - - 2.x - - dependency-name: "actions/checkout" - versions: - - 2.x + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + time: "06:00" + timezone: "America/Chicago" + commit-message: + prefix: "chore" + ignore: + # GitHub always delivers the latest versions for each major + # release tag, so handle updates manually + - dependency-name: "actions/*" -- package-ecosystem: gomod - directory: "/" - schedule: - interval: daily - time: "11:00" - open-pull-requests-limit: 10 + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + time: "06:00" + timezone: "America/Chicago" + commit-message: + prefix: "chore"