From ccfbd079aa96a11073e6e6fe5877e404a581928f Mon Sep 17 00:00:00 2001 From: Spencer Schrock Date: Tue, 10 Oct 2023 09:46:36 -0700 Subject: [PATCH 1/3] group github action updates Signed-off-by: Spencer Schrock --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5a119106..320d938c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,11 +3,14 @@ updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" - open-pull-requests-limit: 20 schedule: interval: "weekly" commit-message: prefix: ":seedling:" + groups: + github-actions: + patterns: + - "*" # Maintain dependencies for Docker - package-ecosystem: "docker" From d758495fc9a8cbf48ebbc35c4b14aa2fd03e5e6c Mon Sep 17 00:00:00 2001 From: Spencer Schrock Date: Tue, 10 Oct 2023 09:47:16 -0700 Subject: [PATCH 2/3] group docker image updates Signed-off-by: Spencer Schrock --- .github/dependabot.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 320d938c..da9e0448 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,15 +11,18 @@ updates: github-actions: patterns: - "*" - + # Maintain dependencies for Docker - package-ecosystem: "docker" directory: / - open-pull-requests-limit: 20 schedule: interval: "daily" commit-message: prefix: ":seedling:" + groups: + docker-images: + patterns: + - "*" # Maintain dependencies for go - package-ecosystem: "gomod" From 6a6027c42ee7526057e2dda91df1d4a41e0f3527 Mon Sep 17 00:00:00 2001 From: Spencer Schrock Date: Tue, 10 Oct 2023 10:58:13 -0700 Subject: [PATCH 3/3] change docker to weekly Signed-off-by: Spencer Schrock --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index da9e0448..6f8a699d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,7 +16,7 @@ updates: - package-ecosystem: "docker" directory: / schedule: - interval: "daily" + interval: "weekly" commit-message: prefix: ":seedling:" groups: