Update to repo-config v0.14.0#493
Merged
llucax merged 1 commit intofrequenz-floss:v1.x.xfrom Feb 2, 2026
Merged
Conversation
Including running the migration script. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the frequenz-repo-config dependency from version 0.13.7 to 0.14.0 and applies the corresponding migration script changes to configuration files.
Changes:
- Updated all
frequenz-repo-configversion references in pyproject.toml from 0.13.7 to 0.14.0 - Migrated mkdocs.yml configuration to match mkdocstrings-python handler updates (restructured paths configuration and renamed import to inventories)
- Improved GitHub Actions workflow for Dependabot auto-merge with better formatting and explicit token parameter
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updated all 4 occurrences of frequenz-repo-config dependency from version 0.13.7 to 0.14.0 across build system and optional dependencies |
| mkdocs.yml | Restructured mkdocstrings handler configuration by moving paths option and renaming import to inventories as per migration requirements |
| .github/workflows/auto-dependabot.yaml | Enhanced workflow with improved naming, formatting, explicit github-token parameter, and updated label naming convention |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Marenz
approved these changes
Feb 2, 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.
Including running the migration script.