chore: Add dependabot - #240
Merged
Merged
Conversation
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Closed
Updated instructions for adding NextcloudKit to clarify local package usage. Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
mpivchev
marked this pull request as ready for review
August 5, 2026 16:21
mpivchev
requested review from
Ivansss,
SystemKeeper,
claucambra,
i2h3 and
marinofaggiana
and
a lite review from Copilot
August 5, 2026 16:22
There was a problem hiding this comment.
Pull request overview
Warning
Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.
Adds Dependabot configuration for automated dependency updates and cleans up leftover Carthage support, aligning with #233.
Changes:
- Add
.github/dependabot.ymlto enable weekly Swift Package Manager and GitHub Actions updates. - Remove Carthage artifacts and references (Cartfile, README section, ignores/lint excludes).
- Update “Manual” installation instructions to reflect local Swift Package usage.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| REUSE.toml | Removes Carthage-related annotation entry now that Cartfile is deleted. |
| README.md | Drops Carthage install instructions and updates manual install guidance. |
| Cartfile | Removes obsolete Carthage dependency definition file. |
| .swiftlint.yml | Stops excluding the removed Carthage directory from linting. |
| .gitignore | Removes ignore rule for the deleted Carthage/ directory. |
| .github/dependabot.yml | Introduces Dependabot config for Swift and GitHub Actions updates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
marinofaggiana
approved these changes
Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements #233
Similar to: https://github.com/nextcloud/notes-ios/pull/191/changes#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28