From f8f5cc7a36fbecb932a5121756a66720a4398462 Mon Sep 17 00:00:00 2001 From: Fabio Kubo Date: Mon, 1 Sep 2025 11:44:10 -0300 Subject: [PATCH 1/6] chore: no ignore --- .github/dependabot.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 443cbe5..5c8ef83 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -10,8 +10,4 @@ updates: groups: patches: update-types: - - patch - ignore: - - dependency-name: "*" - update-types: - - version-update:semver-major \ No newline at end of file + - patch \ No newline at end of file From c08f7ce7374c42f6e0b714898bc572e028342b9c Mon Sep 17 00:00:00 2001 From: Fabio Kubo Date: Mon, 1 Sep 2025 11:54:54 -0300 Subject: [PATCH 2/6] chore: trying to trigger an update --- src/JSMCodeChallenge/JSMCodeChallenge.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JSMCodeChallenge/JSMCodeChallenge.csproj b/src/JSMCodeChallenge/JSMCodeChallenge.csproj index ffb7a9f..2d25271 100644 --- a/src/JSMCodeChallenge/JSMCodeChallenge.csproj +++ b/src/JSMCodeChallenge/JSMCodeChallenge.csproj @@ -8,7 +8,7 @@ - + From 0acd095c8e02a003882d38e4b9ab5d20c3ccdcc8 Mon Sep 17 00:00:00 2001 From: Fabio Kubo Date: Mon, 1 Sep 2025 13:29:02 -0300 Subject: [PATCH 3/6] chore: ignore majors --- .github/dependabot.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5c8ef83..443cbe5 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -10,4 +10,8 @@ updates: groups: patches: update-types: - - patch \ No newline at end of file + - patch + ignore: + - dependency-name: "*" + update-types: + - version-update:semver-major \ No newline at end of file From 390ffb30a34a2859422b4839b2d14700e1253427 Mon Sep 17 00:00:00 2001 From: Fabio Kubo Date: Mon, 1 Sep 2025 14:35:01 -0300 Subject: [PATCH 4/6] chore: applies to security --- .github/dependabot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 443cbe5..35bee15 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,6 +9,7 @@ updates: target-branch: "master" groups: patches: + applies-to: security-updates update-types: - patch ignore: From d8d1a05f740915b69ed017b65b3c5a7c26394f08 Mon Sep 17 00:00:00 2001 From: Fabio Kubo Date: Mon, 1 Sep 2025 14:45:12 -0300 Subject: [PATCH 5/6] chore: allow and ignore --- .github/dependabot.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 35bee15..51b47d8 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,10 +9,11 @@ updates: target-branch: "master" groups: patches: - applies-to: security-updates update-types: - patch ignore: - dependency-name: "*" update-types: - - version-update:semver-major \ No newline at end of file + - version-update:semver-major + allow: + - dependency-name: "*" \ No newline at end of file From eb5fa9e65e0719744bcce28df594aefa38351329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 00:49:52 +0000 Subject: [PATCH 6/6] Bump xunit from 2.4.0 to 2.9.3 --- updated-dependencies: - dependency-name: xunit dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/JSMCodeChallenge.Tests/JSMCodeChallenge.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/JSMCodeChallenge.Tests/JSMCodeChallenge.Tests.csproj b/tests/JSMCodeChallenge.Tests/JSMCodeChallenge.Tests.csproj index 9083b26..7f974b2 100644 --- a/tests/JSMCodeChallenge.Tests/JSMCodeChallenge.Tests.csproj +++ b/tests/JSMCodeChallenge.Tests/JSMCodeChallenge.Tests.csproj @@ -11,7 +11,7 @@ - +