Configure Renovate #1

Merged
rasmus merged 1 commits from renovate/configure into master 2024-06-03 23:37:05 +02:00
Owner

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-server-arm (dockerfile)
  • Dockerfile-server-x64 (dockerfile)
  • Dockerfile-server.cover (dockerfile)
  • docker-builds/skopeo/Dockerfile (dockerfile)
  • incubating/Dockerfile-sfbridge (dockerfile)
  • incubating/mq-explorer/Dockerfile (dockerfile)
  • incubating/mq-sdk/Dockerfile (dockerfile)
  • incubating/mqipt/Dockerfile (dockerfile)
  • go.mod (gomod)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Enable Renovate Dependency Dashboard creation.

🔡 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 11 Pull Requests:

Update module github.com/genuinetools/amicontained to v0.4.9
Update golang Docker tag to v1.22
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: master
  • Upgrade golang to 1.22
Update module github.com/prometheus/client_golang to v1.19.1
Update module github.com/prometheus/client_model to v0.6.1
Update module golang.org/x/crypto to v0.23.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-crypto-0.x
  • Merge into: master
  • Upgrade golang.org/x/crypto to 905d78a692675acab06328af80cdfe0b681c8fc7
Update module golang.org/x/sys to v0.20.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-sys-0.x
  • Merge into: master
  • Upgrade golang.org/x/sys to 7d69d983c4522784860c781a0d7b80408fdc0cd1
Update module software.sslmate.com/src/go-pkcs12 to v0.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/software.sslmate.com-src-go-pkcs12-0.x
  • Merge into: master
  • Upgrade software.sslmate.com/src/go-pkcs12 to a23dd40d71e2f5498281f7f86bec59c39447b1bc
Update registry.access.redhat.com/ubi8/go-toolset Docker tag to v1.21.9-3.1716505664
  • Schedule: ["at any time"]
  • Branch name: renovate/registry.access.redhat.com-ubi8-go-toolset-1.x
  • Merge into: master
  • Upgrade registry.access.redhat.com/ubi8/go-toolset to 1.21.9-3.1716505664
Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.10-896.1716497715
  • Schedule: ["at any time"]
  • Branch name: renovate/registry.access.redhat.com-ubi8-ubi-minimal-8.x
  • Merge into: master
  • Upgrade registry.access.redhat.com/ubi8/ubi-minimal to 8.10-896.1716497715
Update fedora Docker tag to v41
  • Schedule: ["at any time"]
  • Branch name: renovate/fedora-41.x
  • Merge into: master
  • Upgrade fedora to 41
Update ubuntu Docker tag to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/ubuntu-24.x
  • Merge into: master
  • Upgrade ubuntu to 24.04

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


⚠️ Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.

  • Failed to look up docker package registry.redhat.io/rhel8/llvm-toolset

Files affected: incubating/mq-sdk/Dockerfile


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 has been generated by Renovate Bot.

Welcome to [Renovate](https://github.com/renovatebot/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-server-arm` (dockerfile) * `Dockerfile-server-x64` (dockerfile) * `Dockerfile-server.cover` (dockerfile) * `docker-builds/skopeo/Dockerfile` (dockerfile) * `incubating/Dockerfile-sfbridge` (dockerfile) * `incubating/mq-explorer/Dockerfile` (dockerfile) * `incubating/mq-sdk/Dockerfile` (dockerfile) * `incubating/mqipt/Dockerfile` (dockerfile) * `go.mod` (gomod) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - Enable Renovate Dependency Dashboard creation. - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use. - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories. - Group known monorepo packages together. - Use curated list of recommended non-monorepo package groupings. - Apply crowd-sourced package replacement rules. - Apply crowd-sourced workarounds for known problems with packages. - Enable Renovate Dependency Dashboard creation. 🔡 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 11 Pull Requests: <details> <summary>Update module github.com/genuinetools/amicontained to v0.4.9</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-genuinetools-amicontained-0.x` - Merge into: `master` - Upgrade [github.com/genuinetools/amicontained](https://github.com/genuinetools/amicontained) to `v0.4.9` </details> <details> <summary>Update golang Docker tag to v1.22</summary> - Schedule: ["at any time"] - Branch name: `renovate/golang-1.x` - Merge into: `master` - Upgrade golang to `1.22` </details> <details> <summary>Update module github.com/prometheus/client_golang to v1.19.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-prometheus-client_golang-1.x` - Merge into: `master` - Upgrade [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) to `v1.19.1` </details> <details> <summary>Update module github.com/prometheus/client_model to v0.6.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-prometheus-client_model-0.x` - Merge into: `master` - Upgrade [github.com/prometheus/client_model](https://github.com/prometheus/client_model) to `v0.6.1` </details> <details> <summary>Update module golang.org/x/crypto to v0.23.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/golang.org-x-crypto-0.x` - Merge into: `master` - Upgrade golang.org/x/crypto to `905d78a692675acab06328af80cdfe0b681c8fc7` </details> <details> <summary>Update module golang.org/x/sys to v0.20.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/golang.org-x-sys-0.x` - Merge into: `master` - Upgrade golang.org/x/sys to `7d69d983c4522784860c781a0d7b80408fdc0cd1` </details> <details> <summary>Update module software.sslmate.com/src/go-pkcs12 to v0.4.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/software.sslmate.com-src-go-pkcs12-0.x` - Merge into: `master` - Upgrade [software.sslmate.com/src/go-pkcs12](https://github.com/SSLMate/go-pkcs12) to `a23dd40d71e2f5498281f7f86bec59c39447b1bc` </details> <details> <summary>Update registry.access.redhat.com/ubi8/go-toolset Docker tag to v1.21.9-3.1716505664</summary> - Schedule: ["at any time"] - Branch name: `renovate/registry.access.redhat.com-ubi8-go-toolset-1.x` - Merge into: `master` - Upgrade registry.access.redhat.com/ubi8/go-toolset to `1.21.9-3.1716505664` </details> <details> <summary>Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.10-896.1716497715</summary> - Schedule: ["at any time"] - Branch name: `renovate/registry.access.redhat.com-ubi8-ubi-minimal-8.x` - Merge into: `master` - Upgrade registry.access.redhat.com/ubi8/ubi-minimal to `8.10-896.1716497715` </details> <details> <summary>Update fedora Docker tag to v41</summary> - Schedule: ["at any time"] - Branch name: `renovate/fedora-41.x` - Merge into: `master` - Upgrade fedora to `41` </details> <details> <summary>Update ubuntu Docker tag to v24</summary> - Schedule: ["at any time"] - Branch name: `renovate/ubuntu-24.x` - Merge into: `master` - Upgrade ubuntu to `24.04` </details> <br /> 🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for `prhourlylimit` for details. --- > > ⚠️ **Warning** > > Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR. > > - `Failed to look up docker package registry.redhat.io/rhel8/llvm-toolset` > > Files affected: `incubating/mq-sdk/Dockerfile` --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->
renovate added 1 commit 2024-06-03 23:36:13 +02:00
rasmus merged commit fbe8435884 into master 2024-06-03 23:37:05 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: academy/mq-container#1