Closed ldgriswold closed 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+$/"
}
]
}
Fixed by #44
The argo workflow image version and helm chart version is not being updated by renovate for some reason.