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: 37.430.0
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: 37.431.0
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jul 12, 2024

  1. chore(deps): update dependency renovate to v37.431.0 (#2200)

    | datasource | package  | from     | to       |
    | ---------- | -------- | -------- | -------- |
    | npm        | renovate | 37.430.0 | 37.431.0 |
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 12, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    metcoder95 Carlos Fuentes
    Copy the full SHA
    fc85380 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 .pre-commit-config.yaml
  2. +1 −1 .pre-commit-hooks.yaml
  3. +1 −1 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: 37.430.0
rev: 37.431.0
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@37.430.0]
additional_dependencies: [renovate@37.431.0]
entry: renovate-config-validator
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ Even though it is a Node-based hook, it works [without any system-level dependen
```yaml
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.430.0
rev: 37.431.0
hooks:
- id: renovate-config-validator
```