From 08edd292471e399644582a41079e89c8663d2307 Mon Sep 17 00:00:00 2001 From: Gerald Morrison <67469729+morri-son@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:19:19 +0100 Subject: [PATCH 1/3] Create dependabot.yml --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..bb191f0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + labels: ["dependencies"] + groups: + # xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups + ci: + patterns: + - "*" + schedule: + # By default, this will be on a monday. + interval: "weekly" + - package-ecosystem: gomod + directory: / + labels: + - dependencies + - go + schedule: + interval: weekly + day: sunday From e0610d97826effa22e019b1c65e15a306a045859 Mon Sep 17 00:00:00 2001 From: Gerald Morrison <67469729+morri-son@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:03:21 +0100 Subject: [PATCH 2/3] Update dependabot.yml --- .github/dependabot.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb191f0..e311939 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,13 +10,14 @@ updates: patterns: - "*" schedule: - # By default, this will be on a monday. interval: "weekly" - - package-ecosystem: gomod - directory: / - labels: - - dependencies - - go + day: "sunday" + - package-ecosystem: "gomod" + directory: "/" + labels: ["dependencies","go"] + groups: + go: + update-types: ["minor","patch"] schedule: - interval: weekly - day: sunday + interval: "weekly" + day: "sunday" From 0734c8da96504b906f90c648a2a11b8a122d29eb Mon Sep 17 00:00:00 2001 From: Gerald Morrison <67469729+morri-son@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:25:34 +0100 Subject: [PATCH 3/3] Update dependabot.yml --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e311939..f689040 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,6 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - labels: ["dependencies"] groups: # xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups ci: @@ -14,7 +13,6 @@ updates: day: "sunday" - package-ecosystem: "gomod" directory: "/" - labels: ["dependencies","go"] groups: go: update-types: ["minor","patch"]