diff options
-rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 792ef52f861..16eb43559b1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -114,9 +114,8 @@ updates: reviewers: - "nextcloud/server-dependabot" 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" @@ -134,9 +133,8 @@ updates: reviewers: - "nextcloud/server-dependabot" 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" |