Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2025

Bumps the repo-config group with 2 updates: frequenz-repo-config[api] and frequenz-repo-config[extra-lint-examples].

Updates frequenz-repo-config[api] from 0.12.3 to 0.13.1

Release notes

Sourced from frequenz-repo-config[api]'s releases.

v0.13.1

Frequenz Repository Configuration Release Notes

Bug Fixes

Cookiecutter template

  • Fix the repo-config version number that was outdated.

What's Changed

Full Changelog: frequenz-floss/frequenz-repo-config-python@v0.13.0...v0.13.1

v0.13.0

Frequenz Repository Configuration Release Notes

Summary

This release improves dependabot groups, so it is less likely that breaking updates are grouped with non-breaking updates and upgrades the GitHub workflows to use more actions, run PR checks faster and use Ubuntu 24.04 instead of 20.04.

Upgrading

Cookiecutter template

  • Branch protection rule Protect version branches was updated, please re-import it following the instructions.

[!IMPORTANT] For api projects make sure to require the Check proto files with protolint status check too, which is not included by the provided ruleset by default.

All other upgrading should be done via the migration script or regenerating the templates.

curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.13.0/cookiecutter/migrate.py | python3

But you might still need to adapt your code:

  • The new workflows will test using Python 3.12 too, if your code is not compatible with it, you might need to fix it, or you can just remove the Python 3.12 from the test matrix if you need a quick fix. For example, the typing-extension library is compatible with Python 3.12 from version 4.6.0, so you might need to upgrade it if you are using it.
  • Check the new dependabot configuration file if you customized the dependabot configuration for the pip ecosystem.
  • Add exclusions for any other dependency you have at v0.x.x or that breaks frequently, so dependabot PRs are easy to merge.

New Features

Cookiecutter template

... (truncated)

Commits
  • 60cc5cb Bump the patch group across 1 directory with 6 updates (#379)
  • 3b099d8 Fix the outdated version number in the template (#380)
  • 00902ab Fix the repo-config version number that was outdated
  • 621ec0f Bump the patch group across 1 directory with 6 updates
  • d4b7437 Clear release notes and migration script
  • 4233bc8 Use new split workflow Ubuntu 24.04 in workflows (#369)
  • 8d12db0 Add a note about adding breaking dependencies to the exclusion list
  • c365062 Prepare release notes for next release
  • 23a0584 Update release notes
  • 046971f rulesets: Remove checks that are not done anymore in PRs
  • Additional commits viewable in compare view

Updates frequenz-repo-config[extra-lint-examples] from 0.12.3 to 0.13.1

Release notes

Sourced from frequenz-repo-config[extra-lint-examples]'s releases.

v0.13.1

Frequenz Repository Configuration Release Notes

Bug Fixes

Cookiecutter template

  • Fix the repo-config version number that was outdated.

What's Changed

Full Changelog: frequenz-floss/frequenz-repo-config-python@v0.13.0...v0.13.1

v0.13.0

Frequenz Repository Configuration Release Notes

Summary

This release improves dependabot groups, so it is less likely that breaking updates are grouped with non-breaking updates and upgrades the GitHub workflows to use more actions, run PR checks faster and use Ubuntu 24.04 instead of 20.04.

Upgrading

Cookiecutter template

  • Branch protection rule Protect version branches was updated, please re-import it following the instructions.

[!IMPORTANT] For api projects make sure to require the Check proto files with protolint status check too, which is not included by the provided ruleset by default.

All other upgrading should be done via the migration script or regenerating the templates.

curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.13.0/cookiecutter/migrate.py | python3

But you might still need to adapt your code:

  • The new workflows will test using Python 3.12 too, if your code is not compatible with it, you might need to fix it, or you can just remove the Python 3.12 from the test matrix if you need a quick fix. For example, the typing-extension library is compatible with Python 3.12 from version 4.6.0, so you might need to upgrade it if you are using it.
  • Check the new dependabot configuration file if you customized the dependabot configuration for the pip ecosystem.
  • Add exclusions for any other dependency you have at v0.x.x or that breaks frequently, so dependabot PRs are easy to merge.

New Features

Cookiecutter template

... (truncated)

Commits
  • 60cc5cb Bump the patch group across 1 directory with 6 updates (#379)
  • 3b099d8 Fix the outdated version number in the template (#380)
  • 00902ab Fix the repo-config version number that was outdated
  • 621ec0f Bump the patch group across 1 directory with 6 updates
  • d4b7437 Clear release notes and migration script
  • 4233bc8 Use new split workflow Ubuntu 24.04 in workflows (#369)
  • 8d12db0 Add a note about adding breaking dependencies to the exclusion list
  • c365062 Prepare release notes for next release
  • 23a0584 Update release notes
  • 046971f rulesets: Remove checks that are not done anymore in PRs
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the repo-config group with 2 updates: [frequenz-repo-config[api]](https://github.com/frequenz-floss/frequenz-repo-config-python) and [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python).


Updates `frequenz-repo-config[api]` from 0.12.3 to 0.13.1
- [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-repo-config-python@v0.12.3...v0.13.1)

Updates `frequenz-repo-config[extra-lint-examples]` from 0.12.3 to 0.13.1
- [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-repo-config-python@v0.12.3...v0.13.1)

---
updated-dependencies:
- dependency-name: frequenz-repo-config[api]
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: repo-config
- dependency-name: frequenz-repo-config[extra-lint-examples]
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: repo-config
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Apr 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 3, 2025 11:07
Copy link
Contributor

@llucax llucax left a comment

Choose a reason for hiding this comment

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

Automatically approved via dependabot-automerge.

@llucax llucax added this pull request to the merge queue Apr 3, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Apr 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 3, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Apr 3, 2025
@dependabot dependabot bot deleted the dependabot/pip/repo-config-e8d351344b branch April 3, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants