diff options
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 78b94fc74a3..16eb43559b1 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 |