From ddbd4d0554ffd71f781667a0abf1c3863e16bc31 Mon Sep 17 00:00:00 2001 From: John Strunk Date: Wed, 29 May 2024 18:05:26 +0000 Subject: [PATCH] Enable Renovate to update the jira-summarizer.yaml file - Specify the container image tag - Add a fileMatch rule to the Kubernetes preset to match the jira-summarizer.yaml file Signed-off-by: John Strunk --- .github/renovate.json5 | 5 +++++ jira-summarizer.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 07c1efb..17112bf 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -21,6 +21,11 @@ "lockFileMaintenance": { "enabled": true }, + "kubernetes": { + "fileMatch": [ + "^jira-summarizer\\.yaml$" + ] + }, "packageRules": [ { "description": "Update renovatebot/pre-commit-hooks weekly to decrease noise", diff --git a/jira-summarizer.yaml b/jira-summarizer.yaml index 1ac6ea5..342dede 100644 --- a/jira-summarizer.yaml +++ b/jira-summarizer.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: summarizer - image: ghcr.io/johnstrunk/jira-summarizer:latest + image: ghcr.io/johnstrunk/jira-summarizer:1.1.0 args: - "--log-level" - "INFO"