Skip to content

Commit

Permalink
chore(deps): update artifactory support dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                            | from    | to       |
| ----------- | ---------------------------------- | ------- | -------- |
| github-tags | defenseunicorns/zarf               | v0.38.2 | v0.42.1  |
| github-tags | golangci/golangci-lint             | v1.60.2 | v1.61.0  |
| github-tags | pre-commit/pre-commit-hooks        | v4.6.0  | v5.0.0   |
| github-tags | python-jsonschema/check-jsonschema | 0.29.1  | 0.29.4   |
| github-tags | renovatebot/pre-commit-hooks       | 38.46.1 | 38.142.1 |
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent cfc7b74 commit e119eb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: ["--maxkb=1024"]
Expand Down Expand Up @@ -34,7 +34,7 @@ repos:
hooks:
- id: fix-smartquotes
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.1
rev: 0.29.4
hooks:
- id: check-jsonschema
name: "Validate Zarf Configs Against Schema"
Expand All @@ -43,14 +43,14 @@ repos:
args:
[
"--schemafile",
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.38.2/zarf.schema.json",
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.42.1/zarf.schema.json",
"--no-cache"
]
- repo: https://github.com/golangci/golangci-lint
rev: v1.60.2
rev: v1.61.0
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.46.1
rev: 38.142.1
hooks:
- id: renovate-config-validator

0 comments on commit e119eb5

Please sign in to comment.