Configure Renovate #9
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
Dockerfile
(dockerfile)go.mod
(gomod)renovate.json
(renovate-config-presets)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests (except for nuget) directories.chore
for all commits.github-action
digests.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.json
in this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 16 Pull Requests:
Update module github.com/gorilla/websocket to v1.4.1 [SECURITY]
renovate/go-github.com-gorilla-websocket-vulnerability
master
v1.4.1
Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY]
renovate/go-github.com-jackc-pgx-v4-vulnerability
master
v4.18.2
Pin dependencies
renovate/pin-dependencies
master
sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
sha256:df52e55e3361a81ac1bead266f3373ee55d29aa50cf0975d440c2be3483d8ed3
sha256:77f25981bd57e60a510165f3be89c901aec90453fd0f1c5a45691f6cb1528807
Update github.com/ian-kent/linkio digest to 97566b8
renovate/github.com-ian-kent-linkio-digest
master
97566b872887
Update module github.com/gorilla/context to v1.1.2
renovate/github.com-gorilla-context-1.x
master
v1.1.2
Update module github.com/spf13/pflag to v1.0.10
renovate/github.com-spf13-pflag-1.x
master
v1.0.10
Update module gopkg.in/mgo.v2 to v2.0.0-20190816093944-a6b53ec6cb22
renovate/gopkg.in-mgo.v2-2.x
master
a6b53ec6cb22
Update golang Docker tag to v1.25
renovate/golang-1.x
master
sha256:b6ed3fd0452c0e9bcdef5597f29cc1418f61672e9d3a2f55bf02e7222c014abd
Update module github.com/google/uuid to v1.6.0
renovate/github.com-google-uuid-1.x
master
v1.6.0
Update module github.com/gorilla/mux to v1.8.1
renovate/github.com-gorilla-mux-1.x
master
b4617d0b9670ad14039b2739167fd35a60f557c5
Update module github.com/sirupsen/logrus to v1.9.3
renovate/github.com-sirupsen-logrus-1.x
master
v1.9.3
Update module github.com/smartystreets/goconvey to v1.8.1
renovate/github.com-smartystreets-goconvey-1.x
master
v1.8.1
Update module github.com/gorilla/pat to v1
renovate/github.com-gorilla-pat-1.x
master
2ef8c2c1f7c4870c1ffa6267ac50968c9ce4985a
Update module github.com/philhofer/fwd to v1
renovate/github.com-philhofer-fwd-1.x
master
20a13a1f6b7cb47a126dcb75152e21e1383bbaba
Update module github.com/smartystreets/assertions to v1
renovate/github.com-smartystreets-assertions-1.x
master
8aec034bf4b00a49479cbe0f28aac8e6ba148cf3
Update module github.com/tinylib/msgp to v1
renovate/github.com-tinylib-msgp-1.x
master
ddb4e2e81a79c5ec6078164a2954dcde12cc7685
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR was created by Renovate.
Details
Check the default configuration and documentation.
See the logs on Datadog.
To replay this update, you can use the following
packageRules
on the Manual Run page:[{"matchPackageNames": ["*"], "enabled": false}, {"matchPackageNames": [""], "enabled": true}]