Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Configure Renovate #1

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 2, 2023

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)
  • release/oec-builder/oec-linux/Dockerfile (dockerfile)
  • release/oec-builder/oec-win32/Dockerfile (dockerfile)
  • release/oec-builder/oec-win64/Dockerfile (dockerfile)
  • .github/workflows/go.yml (github-actions)
  • .github/workflows/test.yml (github-actions)
  • go.mod (gomod)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • Show all Merge Confidence badges for pull requests.
  • 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 (except for nuget) 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.

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

Update module github.com/aws/aws-sdk-go to v1.34.0 [SECURITY]
  • Branch name: renovate/go-github.com-aws-aws-sdk-go-vulnerability
  • Merge into: master
  • Upgrade github.com/aws/aws-sdk-go to v1.34.0
Update module github.com/go-git/go-git/v5 to v5.13.0 [SECURITY]
Update module github.com/prometheus/client_golang to v1.11.1 [SECURITY]
Update montudor/action-zip action to v0.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/montudor-action-zip-0.x
  • Merge into: master
  • Upgrade montudor/action-zip to v0.1.1
Update golang Docker tag to v1.23
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: master
  • Upgrade golang to 1.23
Update module github.com/Microsoft/go-winio to v0.6.2
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-microsoft-go-winio-0.x
  • Merge into: master
  • Upgrade github.com/Microsoft/go-winio to v0.6.2
Update module github.com/google/uuid to v1.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-google-uuid-1.x
  • Merge into: master
  • Upgrade github.com/google/uuid to v1.6.0
Update module github.com/kardianos/service to v1.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-kardianos-service-1.x
  • Merge into: master
  • Upgrade github.com/kardianos/service to v1.2.2
Update module github.com/pkg/errors to v0.9.1
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-pkg-errors-0.x
  • Merge into: master
  • Upgrade github.com/pkg/errors to v0.9.1
Update module github.com/sirupsen/logrus to v1.9.3
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-sirupsen-logrus-1.x
  • Merge into: master
  • Upgrade github.com/sirupsen/logrus to v1.9.3
Update module github.com/stretchr/testify to v1.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-stretchr-testify-1.x
  • Merge into: master
  • Upgrade github.com/stretchr/testify to v1.10.0
Update module golang.org/x/text to v0.21.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-text-0.x
  • Merge into: master
  • Upgrade golang.org/x/text to v0.21.0
Update module gopkg.in/natefinch/lumberjack.v2 to v2.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/gopkg.in-natefinch-lumberjack.v2-2.x
  • Merge into: master
  • Upgrade gopkg.in/natefinch/lumberjack.v2 to 4cb27fcfbb0f35cb48c542c5ea80b7c1d18933d0
Update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to v4
Update actions/setup-go action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-go-5.x
  • Merge into: master
  • Upgrade actions/setup-go to v5
Update actions/upload-artifact action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/major-github-artifact-actions
  • Merge into: master
  • Upgrade actions/upload-artifact to v4
Update module gopkg.in/natefinch/lumberjack.v2 to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/gopkg.in-natefinch-lumberjack.v2-3.x
  • Merge into: master
  • Upgrade gopkg.in/natefinch/lumberjack.v2 to b9f6cb77fbf3cec3520385a8fb946525e81617d0
Update module gopkg.in/yaml.v2 to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/gopkg.in-yaml.v2-3.x
  • Merge into: master
  • Upgrade gopkg.in/yaml.v2 to v3.0.1
Update montudor/action-zip action to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/montudor-action-zip-1.x
  • Merge into: master
  • Upgrade montudor/action-zip to v1.0.0

🚸 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.


❓ 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 generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/configure branch from 2e6753d to 8b86881 Compare December 15, 2023 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants