From afbc80387e67c422ae6ae619fa52894b2c4a5ebf Mon Sep 17 00:00:00 2001 From: Matthew Sevey <15232757+MSevey@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:52:01 -0400 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..87341e7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,29 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + labels: + - T:dependencies + # Group all patch updates into a single PR + groups: + patch-updates: + applies-to: version-updates + update-types: + - "minor" + - package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + labels: + - T:dependencies + # Group all patch updates into a single PR + groups: + patch-updates: + applies-to: version-updates + update-types: + - "minor" + From ed3a352b5e7187f78d9c2a7670d4028e78290da0 Mon Sep 17 00:00:00 2001 From: Matthew Sevey <15232757+MSevey@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:13:58 -0400 Subject: [PATCH 2/2] chore: update from minor to patch --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 31d5bf9..6e98b5f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,7 @@ updates: patch-updates: applies-to: version-updates update-types: - - "minor" + - "patch" - package-ecosystem: gomod directory: "/" schedule: @@ -25,4 +25,4 @@ updates: patch-updates: applies-to: version-updates update-types: - - "minor" + - "patch"