Configure Renovate #1

Merged
stefan merged 1 commits from renovate/configure into main 2023-09-27 16:30:05 +00:00
Member

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)

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.
  • Apply label renovate to PRs.
  • Use semantic prefixes for commit messages and PR titles.

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

chore(deps): update golang docker tag to v1.21
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: main
  • Upgrade golang to 1.21-alpine3.17
fix(deps): 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: main
  • Upgrade github.com/pkg/errors to v0.9.1
fix(deps): update module github.com/prometheus/client_model to v0.4.0
fix(deps): update module github.com/prometheus/common to v0.44.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-prometheus-common-0.x
  • Merge into: main
  • Upgrade github.com/prometheus/common to v0.44.0
fix(deps): update module golang.org/x/sync to v0.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-sync-0.x
  • Merge into: main
  • Upgrade golang.org/x/sync to 93782cc822b6b554cb7df40332fd010f0473cbc8
fix(deps): update module gopkg.in/yaml.v2 to v2.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/gopkg.in-yaml.v2-2.x
  • Merge into: main
  • Upgrade gopkg.in/yaml.v2 to v2.4.0
fix(deps): update module gopkg.in/yaml.v2 to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/gopkg.in-yaml.v2-3.x
  • Merge into: main
  • Upgrade gopkg.in/yaml.v2 to v3.0.1

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` (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. - Apply label `renovate` to PRs. - Use semantic prefixes for commit messages and PR titles. 🔡 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 7 Pull Requests: <details> <summary>chore(deps): update golang docker tag to v1.21</summary> - Schedule: ["at any time"] - Branch name: `renovate/golang-1.x` - Merge into: `main` - Upgrade golang to `1.21-alpine3.17` </details> <details> <summary>fix(deps): update module github.com/pkg/errors to v0.9.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-pkg-errors-0.x` - Merge into: `main` - Upgrade [github.com/pkg/errors](https://github.com/pkg/errors) to `v0.9.1` </details> <details> <summary>fix(deps): update module github.com/prometheus/client_model to v0.4.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-prometheus-client_model-0.x` - Merge into: `main` - Upgrade [github.com/prometheus/client_model](https://github.com/prometheus/client_model) to `v0.4.0` </details> <details> <summary>fix(deps): update module github.com/prometheus/common to v0.44.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-prometheus-common-0.x` - Merge into: `main` - Upgrade [github.com/prometheus/common](https://github.com/prometheus/common) to `v0.44.0` </details> <details> <summary>fix(deps): update module golang.org/x/sync to v0.3.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/golang.org-x-sync-0.x` - Merge into: `main` - Upgrade golang.org/x/sync to `93782cc822b6b554cb7df40332fd010f0473cbc8` </details> <details> <summary>fix(deps): update module gopkg.in/yaml.v2 to v2.4.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/gopkg.in-yaml.v2-2.x` - Merge into: `main` - Upgrade [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) to `v2.4.0` </details> <details> <summary>fix(deps): update module gopkg.in/yaml.v2 to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/gopkg.in-yaml.v2-3.x` - Merge into: `main` - Upgrade [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) to `v3.0.1` </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-config-hash:fa7e3ad2463a64c6194cbe6041c88696e6e6b91821ff617109c9986ffe08403d-->
renovate added the
renovate
label 2023-08-07 13:42:13 +00:00
renovate added 1 commit 2023-08-07 13:42:21 +00:00
ZeroDownTime/tty-prometheus-exporter-merger/pipeline/pr-main There was a failure building this commit Details
da3c89718b
chore(deps): add renovate.json
stefan merged commit a3191219e8 into main 2023-09-27 16:30:05 +00:00
stefan deleted branch renovate/configure 2023-09-27 16:30:06 +00:00
Sign in to join this conversation.
No reviewers
No Label
renovate
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ZeroDownTime/tty-prometheus-exporter-merger#1
No description provided.