From cf6f7d42d4ec7567264f59a97ae913c0acfe2b01 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 10 Apr 2024 18:00:56 -0400 Subject: [PATCH 1/5] updated dependabot config --- .github/dependabot.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a6f3449..b0e19b01 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: "/.github/workflows" + schedule: + interval: "weekly" + rebase-strategy: "disabled" + - package-ecosystem: "docker" + directory: "/docker" + schedule: + interval: "weekly" + rebase-strategy: "disabled" From 76a7ddb9ecc7823739ac60d10536f8169493931b Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 10 Apr 2024 18:06:53 -0400 Subject: [PATCH 2/5] changie --- .changes/unreleased/Under the Hood-20240410-180644.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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..60d4503f --- /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 and Docker +time: 2024-04-10T18:06:44.884603-04:00 +custom: + Author: mikealfare + Issue: "56" From 5ce5bd6555c6cfedc0f5d03ddc8eff83bbc7014a Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 10 Apr 2024 18:12:09 -0400 Subject: [PATCH 3/5] update dependabot to include Docker --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b0e19b01..40313148 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,3 @@ updates: schedule: interval: "weekly" rebase-strategy: "disabled" - - package-ecosystem: "docker" - directory: "/docker" - schedule: - interval: "weekly" - rebase-strategy: "disabled" From d3fd9355be8a883a702527586961c674375d6b29 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 10 Apr 2024 18:12:58 -0400 Subject: [PATCH 4/5] update dependabot to include Docker --- .changes/unreleased/Under the Hood-20240410-180644.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/unreleased/Under the Hood-20240410-180644.yaml b/.changes/unreleased/Under the Hood-20240410-180644.yaml index 60d4503f..2f7eeda6 100644 --- a/.changes/unreleased/Under the Hood-20240410-180644.yaml +++ b/.changes/unreleased/Under the Hood-20240410-180644.yaml @@ -1,5 +1,5 @@ kind: Under the Hood -body: Update dependabot configuration to cover GHA and Docker +body: Update dependabot configuration to cover GHA time: 2024-04-10T18:06:44.884603-04:00 custom: Author: mikealfare From 6888f1d3d26aa913852f16fa98a6d9f1f81a3aca Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 11 Apr 2024 21:17:02 -0400 Subject: [PATCH 5/5] update GHA dependabot directory to the root --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 40313148..4673f47c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: interval: "daily" rebase-strategy: "disabled" - package-ecosystem: "github-actions" - directory: "/.github/workflows" + directory: "/" schedule: interval: "weekly" rebase-strategy: "disabled"