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.427.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.428.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 10, 2024

  1. chore(deps): update actions/setup-python action to v5.1.1 (#2192)

    | datasource  | package              | from   | to     |
    | ----------- | -------------------- | ------ | ------ |
    | github-tags | actions/setup-python | v5.1.0 | v5.1.1 |
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 10, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    metcoder95 Carlos Fuentes
    Copy the full SHA
    310f5f4 View commit details
  2. chore(deps): update dependency renovate to v37.428.0 (#2193)

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f479780 View commit details
Showing with 4 additions and 4 deletions.
  1. +1 −1 .github/workflows/build.yml
  2. +1 −1 .pre-commit-config.yaml
  3. +1 −1 .pre-commit-hooks.yaml
  4. +1 −1 README.md
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version-file: .python-version
cache: pip
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.427.0
rev: 37.428.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.427.0]
additional_dependencies: [renovate@37.428.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.427.0
rev: 37.428.0
hooks:
- id: renovate-config-validator
```