From 461616fcdbb6dcff62a308b866d2e27dba820d21 Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:50:52 -0400 Subject: [PATCH] Update dependabot config to cover GHA (#56) --- .changes/unreleased/Under the Hood-20240410-180644.yaml | 6 ++++++ .github/dependabot.yml | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Under the Hood-20240410-180644.yaml diff --git a/.changes/unreleased/Under the Hood-20240410-180644.yaml b/.changes/unreleased/Under the Hood-20240410-180644.yaml new file mode 100644 index 00000000..2f7eeda6 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20240410-180644.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Update dependabot configuration to cover GHA +time: 2024-04-10T18:06:44.884603-04:00 +custom: + Author: mikealfare + Issue: "56" diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a6f3449..4673f47c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,12 @@ version: 2 updates: - # python dependencies - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" rebase-strategy: "disabled" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + rebase-strategy: "disabled"