Skip to content

Commit

Permalink
Merge pull request #93 from losisin/chore/dependabot-weekly
Browse files Browse the repository at this point in the history
chore: dependabot weekly + bump version
  • Loading branch information
losisin authored Sep 30, 2024
2 parents 2358d58 + bee046f commit b7751ca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ updates:
- dependabot
- actions
schedule:
interval: daily
interval: weekly

- package-ecosystem: gomod
directory: /
labels:
- dependabot
- go
schedule:
interval: daily
interval: weekly
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/losisin/helm-values-schema-json
rev: v1.5.3
rev: v1.5.4
hooks:
- id: helm-schema
args:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ First [install pre-commit](https://pre-commit.com/#install) and then create or u
```yaml
repos:
- repo: https://github.com/losisin/helm-values-schema-json
rev: v1.5.3
rev: v1.5.4
hooks:
- id: helm-schema
args: ["-input", "values.yaml"]
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "schema"
version: "1.5.3"
version: "1.5.4"
usage: "generate values.schema.json from values yaml"
description: "Helm plugin for generating values.schema.json from multiple values files."
ignoreFlags: false
Expand Down

0 comments on commit b7751ca

Please sign in to comment.