Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Fix renovate for registry version

Open
#811 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
docker
Domain
devops

Research direction

Review the Renovate configuration line introduced by pull request 778 and reproduce the reported invalid-value result using the shown Docker datasource details. Done means the registry version is represented in a form Renovate accepts and no longer reports skipReason invalid-value.

Written by the indexing model from the issue text.

Description

dependencies

After https://github.com/cloudnative-pg/plugin-barman-cloud/pull/778 was merged, the line created for the renovate configuration didn't work and failed with:

{
            "currentValue": "2",
            "datasource": "docker",
            "depName": "registry",
            "packageName": "registry",
            "replaceString": "# renovate: datasource=docker depName=registry versioning=semver\n      REGISTRY_VERSION: 2\n",
            "skipReason": "invalid-value",
            "versioning": "semver",
            "warnings": [],
            "updates": []
}
Dominant language
Go
Stars
192
Forks
75
Avg merge
1d 3h
Merged PRs (30d)
17

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from cloudnative-pg/plugin-barman-cloud

All issues in cloudnative-pg/plugin-barman-cloud

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.