diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-07-02 12:23:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 12:23:28 +0200 |
commit | 8f8cd87946f0ba9988dbce98cf8ee16bb3868f17 (patch) | |
tree | f6b7ce67309baf0c7e8acbe7b9f7d99281d4b555 /.github | |
parent | e026e046f6baf66ff50e9b0ab4a09720fa641430 (diff) | |
download | nextcloud-server-8f8cd87946f0ba9988dbce98cf8ee16bb3868f17.tar.gz nextcloud-server-8f8cd87946f0ba9988dbce98cf8ee16bb3868f17.zip |
fix(dependabot): remove outdated comment
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to '.github')
-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 |