aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-07-02 12:20:26 +0200
committerGitHub <noreply@github.com>2024-07-02 12:20:26 +0200
commite026e046f6baf66ff50e9b0ab4a09720fa641430 (patch)
treee7369c6d5d54e21f9caeae39f71898930369f6e8 /.github/dependabot.yml
parent0f95c6e4717fbf044f62d9089f53e75a3fddcf63 (diff)
downloadnextcloud-server-e026e046f6baf66ff50e9b0ab4a09720fa641430.tar.gz
nextcloud-server-e026e046f6baf66ff50e9b0ab4a09720fa641430.zip
fix(dependabot): add back patch upgrades for stable branches
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 792ef52f861..78b94fc74a3 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"