Compare commits

..

9 commits

Author SHA1 Message Date
renovate[bot]
fab23eb3c4
chore(deps): update dependency renovate to v43.99.0 (#4217)
Some checks are pending
build / test (push) Waiting to run
build / release (push) Blocked by required conditions
| datasource | package  | from    | to      |
| ---------- | -------- | ------- | ------- |
| npm        | renovate | 43.98.0 | 43.99.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-28 19:25:05 +00:00
renovate[bot]
c421aa1071
chore(deps): update dependency renovate to v43.98.0 (#4216)
Some checks are pending
build / test (push) Waiting to run
build / release (push) Blocked by required conditions
| datasource | package  | from    | to      |
| ---------- | -------- | ------- | ------- |
| npm        | renovate | 43.97.0 | 43.98.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-28 14:24:47 +00:00
renovate[bot]
6f7b852d92
chore(deps): update dependency renovate to v43.97.0 (#4215)
| datasource | package  | from    | to      |
| ---------- | -------- | ------- | ------- |
| npm        | renovate | 43.96.0 | 43.97.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-28 12:23:47 +00:00
renovate[bot]
db0d320aa3
chore(deps): update dependency renovate to v43.96.0 (#4214)
Some checks are pending
build / test (push) Waiting to run
build / release (push) Blocked by required conditions
| datasource | package  | from    | to      |
| ---------- | -------- | ------- | ------- |
| npm        | renovate | 43.95.0 | 43.96.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-27 22:24:55 +00:00
renovate[bot]
1145b93304
chore(deps): update dependency renovate to v43.95.0 (#4213)
Some checks are pending
build / test (push) Waiting to run
build / release (push) Blocked by required conditions
| datasource | package  | from    | to      |
| ---------- | -------- | ------- | ------- |
| npm        | renovate | 43.94.0 | 43.95.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-27 14:29:56 +00:00
renovate[bot]
249fffa806
chore(deps): update dependency renovate to v43.94.0 (#4212)
| datasource | package  | from    | to      |
| ---------- | -------- | ------- | ------- |
| npm        | renovate | 43.93.1 | 43.94.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-27 12:25:13 +00:00
renovate[bot]
8eea23797e
chore(deps): update dependency renovate to v43.93.1 (#4211)
| datasource | package  | from    | to      |
| ---------- | -------- | ------- | ------- |
| npm        | renovate | 43.93.0 | 43.93.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-27 11:26:44 +00:00
renovate[bot]
b250fb0b44
chore(deps): update dependency renovate to v43.93.0 (#4210)
| datasource | package  | from    | to      |
| ---------- | -------- | ------- | ------- |
| npm        | renovate | 43.92.1 | 43.93.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-27 10:25:47 +00:00
renovate[bot]
45336a5626
chore(deps): update dependency renovate to v43.92.1 (#4209)
Some checks are pending
build / test (push) Waiting to run
build / release (push) Blocked by required conditions
| datasource | package  | from    | to      |
| ---------- | -------- | ------- | ------- |
| npm        | renovate | 43.92.0 | 43.92.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-27 02:27:33 +00:00
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 43.92.0
rev: 43.99.0
hooks:
- id: renovate-config-validator

View file

@ -4,6 +4,6 @@
minimum_pre_commit_version: 3.6.0
language: node
language_version: lts
additional_dependencies: [renovate@43.92.0]
additional_dependencies: [renovate@43.99.0]
entry: renovate-config-validator
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'

View file

@ -11,7 +11,7 @@ For general usage:
```yaml
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 43.92.0
rev: 43.99.0
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: 43.92.0
rev: 43.99.0
hooks:
- id: renovate-config-validator
args: [--strict]
@ -37,7 +37,7 @@ You can override the configuration in [pre-commit-hooks.yaml](.pre-commit-hooks.
```yaml
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 43.92.0
rev: 43.99.0
hooks:
- id: renovate-config-validator
args: [--strict]