Skip to content

Commit

Permalink
Merge #4442
Browse files Browse the repository at this point in the history
4442: chore(deps): don't update docker deps r=npepinpe a=MiguelPires

## Description

Since the Docker dependencies don't follow semver, they cause issues when the renovate bot tries to bump the version (e.g.., it "updates" to an old version). The presented error is not very obvious and usually requires a bit of googling to understand, so I'd prefer if this dependency was manually updated instead of having to deal with these PRs.
Hopefully, this PR makes the renovate bot ignore the Docker dependencies.

#

Co-authored-by: Miguel Pires <miguel.pires@camunda.com>
  • Loading branch information
zeebe-bors[bot] and Miguel Pires committed May 4, 2020
2 parents 66a4aca + 6ce2203 commit d37fe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"config:base"
],

"ignoreDeps": ["docker/engine", "docker/docker", "docker/distribution", "docker/go-connections", "docker/go-units"],
"ignoreDeps": ["github.com/docker/engine", "github.com/docker/docker", "github.com/docker/distribution", "github.com/docker/go-connections", "github.com/docker/go-units"],

"postUpdateOptions": ["gomodTidy"]
}

0 comments on commit d37fe49

Please sign in to comment.