Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: renovatebot/pre-commit-hooks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 39.138.1
Choose a base ref
...
head repository: renovatebot/pre-commit-hooks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39.138.2
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jan 28, 2025

  1. chore(deps): update dependency renovate to v39.138.2 (#2782)

    | datasource | package  | from     | to       |
    | ---------- | -------- | -------- | -------- |
    | npm        | renovate | 39.138.1 | 39.138.2 |
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 28, 2025

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    korthout Nico Korthout
    Copy the full SHA
    eaf87b5 View commit details
Showing with 4 additions and 4 deletions.
  1. +1 −1 .pre-commit-config.yaml
  2. +1 −1 .pre-commit-hooks.yaml
  3. +2 −2 README.md
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.138.1
rev: 39.138.2
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@
name: renovate-config-validator
description: Validate Renovate config
language: node
additional_dependencies: [renovate@39.138.1]
additional_dependencies: [renovate@39.138.2]
entry: renovate-config-validator
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ For general usage:
```yaml
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.138.1
rev: 39.138.2
hooks:
- id: renovate-config-validator
```
@@ -22,7 +22,7 @@ opt into [strict mode](https://docs.renovatebot.com/config-validation/#strict-mo
```yaml
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.138.1
rev: 39.138.2
hooks:
- id: renovate-config-validator
args: [--strict]