Skip to content

Commit

Permalink
chore(deps): update jenkins support dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                      | from    | to      |
| ----------- | ---------------------------- | ------- | ------- |
| github-tags | defenseunicorns/zarf         | v0.38.3 | v0.39.0 |
| github-tags | golangci/golangci-lint       | v1.60.3 | v1.61.0 |
| github-tags | renovatebot/pre-commit-hooks | 38.68.0 | 38.77.2 |
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent f08a1ae commit 0e44579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ repos:
args:
[
"--schemafile",
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.38.3/zarf.schema.json",
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.39.0/zarf.schema.json",
"--no-cache"
]
- repo: https://github.com/golangci/golangci-lint
rev: v1.60.3
rev: v1.61.0
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.68.0
rev: 38.77.2
hooks:
- id: renovate-config-validator

0 comments on commit 0e44579

Please sign in to comment.