diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-07-02 12:20:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 12:20:26 +0200 |
commit | e026e046f6baf66ff50e9b0ab4a09720fa641430 (patch) | |
tree | e7369c6d5d54e21f9caeae39f71898930369f6e8 /.github/dependabot.yml | |
parent | 0f95c6e4717fbf044f62d9089f53e75a3fddcf63 (diff) | |
download | nextcloud-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.yml | 4 |
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" |