From e026e046f6baf66ff50e9b0ab4a09720fa641430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 2 Jul 2024 12:20:26 +0200 Subject: [PATCH 1/2] fix(dependabot): add back patch upgrades for stable branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 792ef52f861e7..78b94fc74a320 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -116,7 +116,7 @@ updates: ignore: # ignore all GitHub linguist patch updates - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] + update-types: ["version-update:semver-major", "version-update:semver-minor"] # Disable automatic rebasing because without a build CI will likely fail anyway rebase-strategy: "disabled" @@ -136,7 +136,7 @@ updates: ignore: # ignore all GitHub linguist patch updates - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] + update-types: ["version-update:semver-major", "version-update:semver-minor"] # Disable automatic rebasing because without a build CI will likely fail anyway rebase-strategy: "disabled" From 8f8cd87946f0ba9988dbce98cf8ee16bb3868f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 2 Jul 2024 12:23:28 +0200 Subject: [PATCH 2/2] fix(dependabot): remove outdated comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 78b94fc74a320..16eb43559b103 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -114,7 +114,6 @@ updates: reviewers: - "nextcloud/server-dependabot" ignore: - # ignore all GitHub linguist patch updates - dependency-name: "*" update-types: ["version-update:semver-major", "version-update:semver-minor"] # Disable automatic rebasing because without a build CI will likely fail anyway @@ -134,7 +133,6 @@ updates: reviewers: - "nextcloud/server-dependabot" ignore: - # ignore all GitHub linguist patch updates - dependency-name: "*" update-types: ["version-update:semver-major", "version-update:semver-minor"] # Disable automatic rebasing because without a build CI will likely fail anyway