Skip to content

ci: Add dependabot configuration for weekly updates#600

Open
PierreQuinton wants to merge 1 commit intomainfrom
ci/add-dependabot
Open

ci: Add dependabot configuration for weekly updates#600
PierreQuinton wants to merge 1 commit intomainfrom
ci/add-dependabot

Conversation

@PierreQuinton
Copy link
Contributor

No description provided.

@PierreQuinton PierreQuinton added the cc: ci Conventional commit type for changes to the CI (Github workflows and actions). label Mar 2, 2026
@github-actions github-actions bot changed the title ci: add dependabot configuration for weekly updates ci: Add dependabot configuration for weekly updates Mar 2, 2026
Copy link
Contributor

@ValerianRey ValerianRey left a comment

Choose a reason for hiding this comment

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

If I understand correctly:

  • pre-commit CI updates the version of pre-commit hooks automatically
  • our python packages are never locked or upper-capped, so we don't need to update them
  • we could use dependabot to update the major version of some github actions. But since those are major versions, I'm not sure that dependabot will do that automatically (hence my question in the comment).

Comment on lines +13 to +21
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"
open-pull-requests-limit: 5
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this able to update the major version of an action? Because we only specify major versions.

Comment on lines +3 to +11
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
open-pull-requests-limit: 5
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this for?

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

Labels

cc: ci Conventional commit type for changes to the CI (Github workflows and actions).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants