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

chore: Configure Renovate #375

Merged
merged 1 commit into from
Nov 3, 2023
Merged

chore: Configure Renovate #375

merged 1 commit into from
Nov 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

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

  • .github/workflows/codeql.yml (github-actions)
  • .github/workflows/docs.yml (github-actions)
  • .github/workflows/e2e-test.yml (github-actions)
  • .github/workflows/golangci-lint.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • .github/workflows/test.yml (github-actions)
  • .github/workflows/validate_pr.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
  • 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 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.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 2 Pull Requests:

fix(deps): update module github.com/equinix-labs/metal-go to v0.25.1
fix(deps): update module sigs.k8s.io/yaml to v1.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sigs.k8s.io-yaml-1.x
  • Merge into: main
  • Upgrade sigs.k8s.io/yaml to v1.4.0

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

@ctreatma ctreatma changed the title Configure Renovate chore: Configure Renovate Nov 3, 2023
Copy link
Contributor

@ctreatma ctreatma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 🚧

@ctreatma ctreatma merged commit 0a5c92e into main Nov 3, 2023
6 of 7 checks passed
@ctreatma ctreatma deleted the renovate/configure branch November 3, 2023 14:22
ocobles pushed a commit that referenced this pull request Nov 10, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

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

 * `.github/workflows/codeql.yml` (github-actions)
 * `.github/workflows/docs.yml` (github-actions)
 * `.github/workflows/e2e-test.yml` (github-actions)
 * `.github/workflows/golangci-lint.yml` (github-actions)
 * `.github/workflows/release.yml` (github-actions)
 * `.github/workflows/test.yml` (github-actions)
 * `.github/workflows/validate_pr.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
  - 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 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.

🔡 Would you like to change the way Renovate is upgrading your
dependencies? Simply edit the `renovate.json` in this branch with your
custom config and the list of Pull Requests in the "What to Expect"
section below will be updated the next time Renovate runs.

---

### What to Expect

With your current configuration, Renovate will create 2 Pull Requests:

<details>
<summary>fix(deps): update module github.com/equinix-labs/metal-go to
v0.25.1</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/git.luolix.top-equinix-labs-metal-go-0.x`
  - Merge into: `main`
- Upgrade
[github.com/equinix-labs/metal-go](https://github.com/equinix-labs/metal-go)
to `v0.25.1`


</details>

<details>
<summary>fix(deps): update module sigs.k8s.io/yaml to v1.4.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/sigs.k8s.io-yaml-1.x`
  - Merge into: `main`
- Upgrade [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml)
to `v1.4.0`


</details>


---

❓ 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/equinix/metal-cli).


<!--renovate-config-hash:16b5d9aaa4c1b72cbe8c97df5985b530c94d3cb61c84931d45dcc539f5fbf9f7-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

1 participant