Skip to content

build(deps): add dependabot configuration for automated dependency updates#1354

Open
just1and0 wants to merge 2 commits into
mainfrom
chore/add-dependabot-config
Open

build(deps): add dependabot configuration for automated dependency updates#1354
just1and0 wants to merge 2 commits into
mainfrom
chore/add-dependabot-config

Conversation

@just1and0

@just1and0 just1and0 commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Adds dependabot.yml to keep Swift Package Manager dependencies, Ruby bundler gems, and GitHub Actions up to date on a daily schedule with 7-day cooldown. PRs target the dependency-updates branch.

Adds dependabot.yml to keep Swift Package Manager dependencies, Ruby
bundler gems, and GitHub Actions up to date on a daily schedule with
7-day cooldown. PRs target the dependency-updates branch.
@just1and0 just1and0 requested review from demolaf and mikehardy June 19, 2026 13:31

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a .github/dependabot.yml configuration file to automate dependency updates for Swift, Bundler, and GitHub Actions. The reviewer identified a critical issue where an unsupported cooldown configuration block is used across all defined package ecosystems, which will cause Dependabot parsing to fail. It is recommended to remove these invalid cooldown blocks to ensure the configuration is valid.

Comment thread .github/dependabot.yml Outdated
Comment thread .github/dependabot.yml Outdated
Comment thread .github/dependabot.yml Outdated
@mikehardy mikehardy changed the title chore: add dependabot configuration for automated dependency updates build(deps): add dependabot configuration for automated dependency updates Jun 19, 2026

@mikehardy mikehardy left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@mikehardy

Copy link
Copy Markdown

one issue for github actions:

The property '#/updates/2/cooldown/semver-major-days' is not supported for the package ecosystem 'github-actions'.
The property '#/updates/2/cooldown/semver-minor-days' is not supported for the package ecosystem 'github-actions'.
The property '#/updates/2/cooldown/semver-patch-days' is not supported for the package ecosystem 'github-actions'.

@demolaf

demolaf commented Jun 19, 2026

Copy link
Copy Markdown
Member

date on a daily schedule with 7-day cooldown. PRs target the dependency-updates branch.

The PR description says the above but there's no target-branch, is this intended for main?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants