Skip to content

feat: use renovate to bump pre-commit hook versions #276

@gforsyth

Description

@gforsyth

Renovate now has a beta for bumping pre-commit hook versions (https://docs.renovatebot.com/modules/manager/pre-commit/) -- I think we should try this out.

kvikio was using a mypy pre-commit hook that was quite old (v1.3.0 vs. v1.20.2) which is part of what is prompting this.

We can enable the beta functionality by adding this to renovate.json:

{
  "pre-commit": {
    "enabled": true
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions