defenseunicorns-partnerships / argo-wf-zarf

Zarf package for Argo Workflows
Apache License 2.0
0 stars 0 forks source link

Argo helm chart not updating in renovate #43

Closed ldgriswold closed 3 months ago

ldgriswold commented 3 months ago

The argo workflow image version and helm chart version is not being updated by renovate for some reason.

ldgriswold commented 3 months ago

UDS pattern is to extend https://github.com/defenseunicorns/uds-common/blob/main/config/renovate.json5

As in the following example config found in https://github.com/defenseunicorns/uds-package-mattermost

{
  "enabled": true,
  "forkProcessing": "enabled",
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "github>defenseunicorns/uds-common//config/renovate.json5",
    ":semanticPrefixFixDepsChoreOthers",
    "config:base",
    "group:all",
    "replacements:all",
    "workarounds:all"
  ],
  "packageRules": [
    {
      "groupName": "Mattermost Support Dependencies",
      "labels": ["support-deps"],
      "commitMessageTopic": "support-deps",
      "packagePatterns": ["*"]
    },
    {
      "groupName": "Mattermost Package Dependencies",
      "labels": ["package-deps"],
      "commitMessageTopic": "package-deps",
      "matchDatasources": ["docker", "helm", "git-tags"]
    },
    {
      "groupName": "Mattermost Package Dependencies",
      "labels": ["package-deps"],
      "commitMessageTopic": "package-deps",
      "matchDatasources": ["docker"],
      "matchPackagePatterns": ["mattermost/mattermost-enterprise-edition"],
      "allowedVersions": "/^\\d+\\.\\d+\\.\\d+$/"
    }
  ]
}
ldgriswold commented 3 months ago

Fixed by #44