Add dependabot config - #718
Open
observingClouds wants to merge 4 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Add Dependabot configuration so dependency updates for GitHub Actions, uv.lock, and pre-commit hooks are proposed automatically, and add an automation workflow intended to append changelog entries on Dependabot PRs.
Changes:
- Add
.github/dependabot.ymlto schedule grouped Dependabot updates for GitHub Actions,uv, and pre-commit. - Add a GitHub Actions workflow to write a
CHANGELOG.mdentry when Dependabot opens/updates a PR.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/dependabot.yml |
Defines scheduled Dependabot update rules and grouping for key dependency sources. |
.github/workflows/dependabot-auto-changelog.yml |
Adds automation intended to update the changelog for Dependabot-authored PRs. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+1
to
+3
| version: 2 | ||
| updates: | ||
| - package-ecosystem: github-actions |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
21 tasks
Copilot AI
added a commit
that referenced
this pull request
Aug 10, 2026
Co-authored-by Copilot Coding Agent Co-authored-by: observingClouds <43613877+observingClouds@users.noreply.github.com>
observingClouds
marked this pull request as ready for review
August 10, 2026 09:48
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.
Describe your changes
Enables dependabot to keep neural-lams dependencies (pre-commit hooks, GitHub Actions and
uv.lock) up-to-date. PRs for each dependency group will be opened on a regular basis.This is particularly helpful during development to always have the latest dependencies available. One point of discussion is probably how often these checks should be made as there can be many PRs if checked too frequently.
No dependencies need to be changed, but dependabot needs to be setup via the repo settings.
Issue Link
closes #717
Type of change
Checklist before requesting a review
pullwith--rebaseoption if possible).Checklist for reviewers
Each PR comes with its own improvements and flaws. The reviewer should check the following:
Author checklist after completed review
reflecting type of change (add section where missing):
Checklist for assignee