From bee046f18053eb3dfbbb3e97688a29d2193d9ad4 Mon Sep 17 00:00:00 2001 From: Aleksandar Stojanov Date: Mon, 30 Sep 2024 15:49:02 +0200 Subject: [PATCH] chore: dependabot weekly + bump version Signed-off-by: Aleksandar Stojanov --- .github/dependabot.yaml | 4 ++-- .pre-commit-config.yaml | 2 +- README.md | 2 +- plugin.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index f3010bf..1d4b075 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,7 +6,7 @@ updates: - dependabot - actions schedule: - interval: daily + interval: weekly - package-ecosystem: gomod directory: / @@ -14,4 +14,4 @@ updates: - dependabot - go schedule: - interval: daily + interval: weekly diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 88ff337..fe06bbe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: diff --git a/README.md b/README.md index 42bbc88..2b8c17e 100644 --- a/README.md +++ b/README.md @@ -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"] diff --git a/plugin.yaml b/plugin.yaml index 98d7070..fb4b1c5 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -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