From e93deea64800d9c60a014d5e2a366b19ef630e17 Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Thu, 18 Apr 2024 22:47:20 -0400 Subject: [PATCH] Update dependabot config to cover GHA and Docker (#1006) * Update dependabot config to cover GHA and Docker --- .../unreleased/Under the Hood-20240410-183535.yaml | 6 ++++++ .github/dependabot.yml | 11 ++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Under the Hood-20240410-183535.yaml diff --git a/.changes/unreleased/Under the Hood-20240410-183535.yaml b/.changes/unreleased/Under the Hood-20240410-183535.yaml new file mode 100644 index 000000000..54b69f285 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20240410-183535.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Update dependabot config to cover GHA and Docker +time: 2024-04-10T18:35:35.093246-04:00 +custom: + Author: mikealfare + Issue: "1006" diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a6f34492..ae2be43aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,17 @@ 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" + - package-ecosystem: "docker" + directory: "/docker" + schedule: + interval: "weekly" + rebase-strategy: "disabled"