Skip to content

chore: add dependabot configuration for automated dependency updates#2337

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

chore: add dependabot configuration for automated dependency updates#2337
just1and0 wants to merge 2 commits into
masterfrom
chore/add-dependabot-config

Conversation

@just1and0

@just1and0 just1and0 commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Adds dependabot.yml to keep Gradle dependencies 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 Gradle dependencies and GitHub Actions up
to date on a daily schedule with 7-day cooldown. PRs target the
dependency-updates branch.

@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 Gradle and GitHub Actions. The feedback correctly identifies that the cooldown option is not supported by GitHub Dependabot and will cause parsing errors, so it should be removed from both update blocks.

Comment thread .github/dependabot.yml Outdated
Comment thread .github/dependabot.yml Outdated

@mikehardy mikehardy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

apparently some issue with what params are supported in what ecosystems

Comment thread .github/dependabot.yml
Comment on lines +21 to +23
semver-major-days: 7
semver-minor-days: 7
semver-patch-days: 7

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this appears problematic, I wasn't aware github-actions ecosystem diverged in support for cooldown params, but

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

https://github.com/firebase/FirebaseUI-Android/pull/2337/checks?check_run_id=82360741954

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.

2 participants