From 87f36f0fc2ef71846bd31a00401580e2ac61a81a Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 1 May 2024 12:17:25 -0700 Subject: [PATCH 1/3] experiment with the dependabot config --- .github/dependabot.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 7089e3e9..a2965d2e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,9 +2,14 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "monthly" + interval: monthly labels: - - "autosubmit" + - autosubmit + groups: + dependencies: + applies-to: version-updates + patterns: ["*"] + update-types: ["major", "minor"] From 405c4c6ad752485ce8d36167f93d645ca99f8695 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 1 May 2024 12:24:42 -0700 Subject: [PATCH 2/3] more updates --- .github/dependabot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index a2965d2e..01280735 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -10,6 +10,6 @@ updates: - autosubmit groups: dependencies: - applies-to: version-updates patterns: ["*"] - update-types: ["major", "minor"] + ignore: + update-types: ["version-update:semver-patch"] From fcce237bac7dbf2a89abc0b80e33bde99c292790 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 1 May 2024 12:28:00 -0700 Subject: [PATCH 3/3] updates --- .github/dependabot.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 01280735..14312188 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -12,4 +12,5 @@ updates: dependencies: patterns: ["*"] ignore: - update-types: ["version-update:semver-patch"] + - dependency-name: "*" + update-types: ["version-update:semver-patch"]