Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
Release Notes
defenseunicorns/zarf (defenseunicorns/zarf)
### [`v0.39.0`](https://redirect.github.com/zarf-dev/zarf/releases/tag/v0.39.0)
[Compare Source](https://redirect.github.com/defenseunicorns/zarf/compare/v0.38.3...v0.39.0)
#### What's Changed
- chore: update dos games release by [@AustinAbro321](https://redirect.github.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2921](https://redirect.github.com/zarf-dev/zarf/pull/2921)
- ci: id-token write application packages by [@AustinAbro321](https://redirect.github.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2923](https://redirect.github.com/zarf-dev/zarf/pull/2923)
- docs: update dos games example by [@AustinAbro321](https://redirect.github.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2924](https://redirect.github.com/zarf-dev/zarf/pull/2924)
- chore(deps): bump github/codeql-action from 3.26.4 to 3.26.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/zarf-dev/zarf/pull/2927](https://redirect.github.com/zarf-dev/zarf/pull/2927)
- chore: schema adr by [@AustinAbro321](https://redirect.github.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2600](https://redirect.github.com/zarf-dev/zarf/pull/2600)
- fix: remove use of pkg/errors by [@phillebaba](https://redirect.github.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2937](https://redirect.github.com/zarf-dev/zarf/pull/2937)
- refactor: remove use of named returns in packager by [@phillebaba](https://redirect.github.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2940](https://redirect.github.com/zarf-dev/zarf/pull/2940)
- chore(deps): bump github/codeql-action from 3.26.5 to 3.26.6 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/zarf-dev/zarf/pull/2948](https://redirect.github.com/zarf-dev/zarf/pull/2948)
- refactor: remove printing available Helm charts and versions when the Chart is not found by [@phillebaba](https://redirect.github.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2944](https://redirect.github.com/zarf-dev/zarf/pull/2944)
- refactor: remove connect strings from packager property by [@phillebaba](https://redirect.github.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2941](https://redirect.github.com/zarf-dev/zarf/pull/2941)
- fix(ci): test-imports workflow breaks when called from a fork by [@AustinAbro321](https://redirect.github.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2946](https://redirect.github.com/zarf-dev/zarf/pull/2946)
- feat: add health checks by [@phillebaba](https://redirect.github.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2678](https://redirect.github.com/zarf-dev/zarf/pull/2678)
- refactor: move finding table printing to CLI by [@phillebaba](https://redirect.github.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2960](https://redirect.github.com/zarf-dev/zarf/pull/2960)
- docs: update docs item in update Q2 roadmap by [@eknowles](https://redirect.github.com/eknowles) in [https://github.com/zarf-dev/zarf/pull/2958](https://redirect.github.com/zarf-dev/zarf/pull/2958)
- chore(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/zarf-dev/zarf/pull/2957](https://redirect.github.com/zarf-dev/zarf/pull/2957)
- fix: progress bar image name flashes on push by [@AustinAbro321](https://redirect.github.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2965](https://redirect.github.com/zarf-dev/zarf/pull/2965)
#### New Contributors
- [@eknowles](https://redirect.github.com/eknowles) made their first contribution in [https://github.com/zarf-dev/zarf/pull/2958](https://redirect.github.com/zarf-dev/zarf/pull/2958)
**Full Changelog**: https://github.com/zarf-dev/zarf/compare/v0.38.3...v0.39.0
github/codeql-action (github/codeql-action)
### [`v3.26.7`](https://redirect.github.com/github/codeql-action/compare/v3.26.6...v3.26.7)
[Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.26.6...v3.26.7)
golangci/golangci-lint (golangci/golangci-lint)
### [`v1.61.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1610)
[Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.60.3...v1.61.0)
1. Enhancements
- Add `junit-xml-extended` format
- Exclude Swagger Codegen files by default
2. Updated linters
- `dupword`: from 0.0.14 to 0.1.1
- `fatcontext`: from 0.4.0 to 0.5.2
- `gci`: from 0.13.4 to 0.13.5 (new option `no-lex-order`)
- `go-ruleguard`: from 0.4.2 to [`0fe6f58`](https://redirect.github.com/golangci/golangci-lint/commit/0fe6f58b47b1) (fix panic with custom linters)
- `godot`: from 1.4.16 to 1.4.17
- `gomodguard`: from 1.3.3 to 1.3.5
- `gosec`: disable temporarily `G407`
- `gosec`: from [`ab3f6c1`](https://redirect.github.com/golangci/golangci-lint/commit/ab3f6c1c83a0) to 2.21.2 (partially fix `G115`)
- `intrange`: from 0.1.2 to 0.2.0
- `nolintlint`: remove the empty line in the directive replacement
3. Misc.
- Improve runtime version parsing
4. Documentation
- Add additional info about `typecheck`
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)
### [`v38.85.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.85.1)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.84.1...38.85.1)
See https://github.com/renovatebot/renovate/releases/tag/38.85.1 for more changes
### [`v38.84.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.84.1)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.84.0...38.84.1)
See https://github.com/renovatebot/renovate/releases/tag/38.84.1 for more changes
### [`v38.84.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.84.0)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.83.0...38.84.0)
See https://github.com/renovatebot/renovate/releases/tag/38.84.0 for more changes
### [`v38.83.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.82.0...38.83.0)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.82.0...38.83.0)
### [`v38.82.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.82.0)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.81.0...38.82.0)
See https://github.com/renovatebot/renovate/releases/tag/38.82.0 for more changes
### [`v38.81.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.81.0)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.80.0...38.81.0)
See https://github.com/renovatebot/renovate/releases/tag/38.81.0 for more changes
### [`v38.80.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.79.0...38.80.0)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.79.0...38.80.0)
### [`v38.79.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.79.0)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.78.0...38.79.0)
See https://github.com/renovatebot/renovate/releases/tag/38.79.0 for more changes
### [`v38.78.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.78.0)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.8...38.78.0)
See https://github.com/renovatebot/renovate/releases/tag/38.78.0 for more changes
### [`v38.77.8`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.8)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.7...38.77.8)
See https://github.com/renovatebot/renovate/releases/tag/38.77.8 for more changes
### [`v38.77.7`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.7)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.6...38.77.7)
See https://github.com/renovatebot/renovate/releases/tag/38.77.7 for more changes
### [`v38.77.6`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.6)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.5...38.77.6)
See https://github.com/renovatebot/renovate/releases/tag/38.77.6 for more changes
### [`v38.77.5`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.5)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.4...38.77.5)
See https://github.com/renovatebot/renovate/releases/tag/38.77.5 for more changes
### [`v38.77.4`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.4)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.3...38.77.4)
See https://github.com/renovatebot/renovate/releases/tag/38.77.4 for more changes
### [`v38.77.3`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.3)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.2...38.77.3)
See https://github.com/renovatebot/renovate/releases/tag/38.77.3 for more changes
### [`v38.77.2`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.2)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.1...38.77.2)
See https://github.com/renovatebot/renovate/releases/tag/38.77.2 for more changes
### [`v38.77.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.1)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.0...38.77.1)
See https://github.com/renovatebot/renovate/releases/tag/38.77.1 for more changes
### [`v38.77.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.0)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.76.1...38.77.0)
See https://github.com/renovatebot/renovate/releases/tag/38.77.0 for more changes
### [`v38.76.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.76.1)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.75.0...38.76.1)
See https://github.com/renovatebot/renovate/releases/tag/38.76.1 for more changes
### [`v38.75.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.75.0)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.74.1...38.75.0)
See https://github.com/renovatebot/renovate/releases/tag/38.75.0 for more changes
### [`v38.74.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.74.1)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.74.0...38.74.1)
See https://github.com/renovatebot/renovate/releases/tag/38.74.1 for more changes
### [`v38.74.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.74.0)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.73.7...38.74.0)
See https://github.com/renovatebot/renovate/releases/tag/38.74.0 for more changes
### [`v38.73.7`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.73.7)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.73.5...38.73.7)
See https://github.com/renovatebot/renovate/releases/tag/38.73.7 for more changes
### [`v38.73.5`](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.73.3...38.73.5)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.73.3...38.73.5)
### [`v38.73.3`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.73.3)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.72.1...38.73.3)
See https://github.com/renovatebot/renovate/releases/tag/38.73.3 for more changes
### [`v38.72.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.72.1)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.72.0...38.72.1)
See https://github.com/renovatebot/renovate/releases/tag/38.72.1 for more changes
### [`v38.72.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.72.0)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.71.0...38.72.0)
See https://github.com/renovatebot/renovate/releases/tag/38.72.0 for more changes
### [`v38.71.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.71.0)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.70.3...38.71.0)
See https://github.com/renovatebot/renovate/releases/tag/38.71.0 for more changes
### [`v38.70.3`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.70.3)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.70.2...38.70.3)
See https://github.com/renovatebot/renovate/releases/tag/38.70.3 for more changes
### [`v38.70.2`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.70.2)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.70.0...38.70.2)
See https://github.com/renovatebot/renovate/releases/tag/38.70.2 for more changes
### [`v38.70.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.70.0)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.68.1...38.70.0)
See https://github.com/renovatebot/renovate/releases/tag/38.70.0 for more changes
### [`v38.68.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.68.1)
[Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.68.0...38.68.1)
See https://github.com/renovatebot/renovate/releases/tag/38.68.1 for more changes
Configuration
📅 Schedule: Branch creation - "after 7am and before 9am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v0.38.3
->v0.39.0
v3.26.6
->v3.26.7
v1.60.3
->v1.61.0
38.68.0
->38.85.1
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
defenseunicorns/zarf (defenseunicorns/zarf)
### [`v0.39.0`](https://redirect.github.com/zarf-dev/zarf/releases/tag/v0.39.0) [Compare Source](https://redirect.github.com/defenseunicorns/zarf/compare/v0.38.3...v0.39.0) #### What's Changed - chore: update dos games release by [@AustinAbro321](https://redirect.github.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2921](https://redirect.github.com/zarf-dev/zarf/pull/2921) - ci: id-token write application packages by [@AustinAbro321](https://redirect.github.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2923](https://redirect.github.com/zarf-dev/zarf/pull/2923) - docs: update dos games example by [@AustinAbro321](https://redirect.github.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2924](https://redirect.github.com/zarf-dev/zarf/pull/2924) - chore(deps): bump github/codeql-action from 3.26.4 to 3.26.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/zarf-dev/zarf/pull/2927](https://redirect.github.com/zarf-dev/zarf/pull/2927) - chore: schema adr by [@AustinAbro321](https://redirect.github.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2600](https://redirect.github.com/zarf-dev/zarf/pull/2600) - fix: remove use of pkg/errors by [@phillebaba](https://redirect.github.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2937](https://redirect.github.com/zarf-dev/zarf/pull/2937) - refactor: remove use of named returns in packager by [@phillebaba](https://redirect.github.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2940](https://redirect.github.com/zarf-dev/zarf/pull/2940) - chore(deps): bump github/codeql-action from 3.26.5 to 3.26.6 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/zarf-dev/zarf/pull/2948](https://redirect.github.com/zarf-dev/zarf/pull/2948) - refactor: remove printing available Helm charts and versions when the Chart is not found by [@phillebaba](https://redirect.github.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2944](https://redirect.github.com/zarf-dev/zarf/pull/2944) - refactor: remove connect strings from packager property by [@phillebaba](https://redirect.github.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2941](https://redirect.github.com/zarf-dev/zarf/pull/2941) - fix(ci): test-imports workflow breaks when called from a fork by [@AustinAbro321](https://redirect.github.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2946](https://redirect.github.com/zarf-dev/zarf/pull/2946) - feat: add health checks by [@phillebaba](https://redirect.github.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2678](https://redirect.github.com/zarf-dev/zarf/pull/2678) - refactor: move finding table printing to CLI by [@phillebaba](https://redirect.github.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2960](https://redirect.github.com/zarf-dev/zarf/pull/2960) - docs: update docs item in update Q2 roadmap by [@eknowles](https://redirect.github.com/eknowles) in [https://github.com/zarf-dev/zarf/pull/2958](https://redirect.github.com/zarf-dev/zarf/pull/2958) - chore(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/zarf-dev/zarf/pull/2957](https://redirect.github.com/zarf-dev/zarf/pull/2957) - fix: progress bar image name flashes on push by [@AustinAbro321](https://redirect.github.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2965](https://redirect.github.com/zarf-dev/zarf/pull/2965) #### New Contributors - [@eknowles](https://redirect.github.com/eknowles) made their first contribution in [https://github.com/zarf-dev/zarf/pull/2958](https://redirect.github.com/zarf-dev/zarf/pull/2958) **Full Changelog**: https://github.com/zarf-dev/zarf/compare/v0.38.3...v0.39.0github/codeql-action (github/codeql-action)
### [`v3.26.7`](https://redirect.github.com/github/codeql-action/compare/v3.26.6...v3.26.7) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.26.6...v3.26.7)golangci/golangci-lint (golangci/golangci-lint)
### [`v1.61.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1610) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.60.3...v1.61.0) 1. Enhancements - Add `junit-xml-extended` format - Exclude Swagger Codegen files by default 2. Updated linters - `dupword`: from 0.0.14 to 0.1.1 - `fatcontext`: from 0.4.0 to 0.5.2 - `gci`: from 0.13.4 to 0.13.5 (new option `no-lex-order`) - `go-ruleguard`: from 0.4.2 to [`0fe6f58`](https://redirect.github.com/golangci/golangci-lint/commit/0fe6f58b47b1) (fix panic with custom linters) - `godot`: from 1.4.16 to 1.4.17 - `gomodguard`: from 1.3.3 to 1.3.5 - `gosec`: disable temporarily `G407` - `gosec`: from [`ab3f6c1`](https://redirect.github.com/golangci/golangci-lint/commit/ab3f6c1c83a0) to 2.21.2 (partially fix `G115`) - `intrange`: from 0.1.2 to 0.2.0 - `nolintlint`: remove the empty line in the directive replacement 3. Misc. - Improve runtime version parsing 4. Documentation - Add additional info about `typecheck`renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)
### [`v38.85.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.85.1) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.84.1...38.85.1) See https://github.com/renovatebot/renovate/releases/tag/38.85.1 for more changes ### [`v38.84.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.84.1) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.84.0...38.84.1) See https://github.com/renovatebot/renovate/releases/tag/38.84.1 for more changes ### [`v38.84.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.84.0) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.83.0...38.84.0) See https://github.com/renovatebot/renovate/releases/tag/38.84.0 for more changes ### [`v38.83.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.82.0...38.83.0) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.82.0...38.83.0) ### [`v38.82.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.82.0) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.81.0...38.82.0) See https://github.com/renovatebot/renovate/releases/tag/38.82.0 for more changes ### [`v38.81.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.81.0) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.80.0...38.81.0) See https://github.com/renovatebot/renovate/releases/tag/38.81.0 for more changes ### [`v38.80.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.79.0...38.80.0) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.79.0...38.80.0) ### [`v38.79.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.79.0) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.78.0...38.79.0) See https://github.com/renovatebot/renovate/releases/tag/38.79.0 for more changes ### [`v38.78.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.78.0) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.8...38.78.0) See https://github.com/renovatebot/renovate/releases/tag/38.78.0 for more changes ### [`v38.77.8`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.8) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.7...38.77.8) See https://github.com/renovatebot/renovate/releases/tag/38.77.8 for more changes ### [`v38.77.7`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.7) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.6...38.77.7) See https://github.com/renovatebot/renovate/releases/tag/38.77.7 for more changes ### [`v38.77.6`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.6) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.5...38.77.6) See https://github.com/renovatebot/renovate/releases/tag/38.77.6 for more changes ### [`v38.77.5`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.5) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.4...38.77.5) See https://github.com/renovatebot/renovate/releases/tag/38.77.5 for more changes ### [`v38.77.4`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.4) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.3...38.77.4) See https://github.com/renovatebot/renovate/releases/tag/38.77.4 for more changes ### [`v38.77.3`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.3) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.2...38.77.3) See https://github.com/renovatebot/renovate/releases/tag/38.77.3 for more changes ### [`v38.77.2`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.2) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.1...38.77.2) See https://github.com/renovatebot/renovate/releases/tag/38.77.2 for more changes ### [`v38.77.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.1) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.77.0...38.77.1) See https://github.com/renovatebot/renovate/releases/tag/38.77.1 for more changes ### [`v38.77.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.77.0) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.76.1...38.77.0) See https://github.com/renovatebot/renovate/releases/tag/38.77.0 for more changes ### [`v38.76.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.76.1) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.75.0...38.76.1) See https://github.com/renovatebot/renovate/releases/tag/38.76.1 for more changes ### [`v38.75.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.75.0) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.74.1...38.75.0) See https://github.com/renovatebot/renovate/releases/tag/38.75.0 for more changes ### [`v38.74.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.74.1) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.74.0...38.74.1) See https://github.com/renovatebot/renovate/releases/tag/38.74.1 for more changes ### [`v38.74.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.74.0) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.73.7...38.74.0) See https://github.com/renovatebot/renovate/releases/tag/38.74.0 for more changes ### [`v38.73.7`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.73.7) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.73.5...38.73.7) See https://github.com/renovatebot/renovate/releases/tag/38.73.7 for more changes ### [`v38.73.5`](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.73.3...38.73.5) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.73.3...38.73.5) ### [`v38.73.3`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.73.3) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.72.1...38.73.3) See https://github.com/renovatebot/renovate/releases/tag/38.73.3 for more changes ### [`v38.72.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.72.1) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.72.0...38.72.1) See https://github.com/renovatebot/renovate/releases/tag/38.72.1 for more changes ### [`v38.72.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.72.0) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.71.0...38.72.0) See https://github.com/renovatebot/renovate/releases/tag/38.72.0 for more changes ### [`v38.71.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.71.0) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.70.3...38.71.0) See https://github.com/renovatebot/renovate/releases/tag/38.71.0 for more changes ### [`v38.70.3`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.70.3) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.70.2...38.70.3) See https://github.com/renovatebot/renovate/releases/tag/38.70.3 for more changes ### [`v38.70.2`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.70.2) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.70.0...38.70.2) See https://github.com/renovatebot/renovate/releases/tag/38.70.2 for more changes ### [`v38.70.0`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.70.0) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.68.1...38.70.0) See https://github.com/renovatebot/renovate/releases/tag/38.70.0 for more changes ### [`v38.68.1`](https://redirect.github.com/renovatebot/pre-commit-hooks/releases/tag/38.68.1) [Compare Source](https://redirect.github.com/renovatebot/pre-commit-hooks/compare/38.68.0...38.68.1) See https://github.com/renovatebot/renovate/releases/tag/38.68.1 for more changesConfiguration
📅 Schedule: Branch creation - "after 7am and before 9am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.