Configure Renovate #573

Merged
techknowlogick merged 1 commits from renovate/configure into main 2023-09-07 23:08:07 +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.
  • Pin Docker digests.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json5 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 12 Pull Requests:

chore(deps): pin golang docker tag to 46571ac
  • Schedule: ["at any time"]
  • Branch name: renovate/pin-dependencies
  • Merge into: main
  • Upgrade golang to sha256:46571ac5f5f793cae20df72cc6f29b155eeba6e6b4377eccc641f84880529986
fix(deps): update module code.gitea.io/gitea-vet to v0.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/code.gitea.io-gitea-vet-0.x
  • Merge into: main
  • Upgrade code.gitea.io/gitea-vet to v0.2.2
fix(deps): update module github.com/alecaivazis/survey/v2 to v2.3.7
chore(deps): update golang docker tag to v1.21.1
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: main
  • Upgrade golang to sha256:96634e55b363cb93d39f78fb18aa64abc7f96d372c176660d7b8b6118939d97b
fix(deps): update module github.com/charmbracelet/glamour to v0.6.0
fix(deps): update module github.com/go-git/go-git/v5 to v5.8.1
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-go-git-go-git-v5-5.x
  • Merge into: main
  • Upgrade github.com/go-git/go-git/v5 to v5.8.1
fix(deps): update module github.com/muesli/termenv to v0.15.2
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-muesli-termenv-0.x
  • Merge into: main
  • Upgrade github.com/muesli/termenv to v0.15.2
fix(deps): update module github.com/stretchr/testify to v1.8.4
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-stretchr-testify-1.x
  • Merge into: main
  • Upgrade github.com/stretchr/testify to v1.8.4
fix(deps): update module github.com/urfave/cli/v2 to v2.25.7
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-urfave-cli-v2-2.x
  • Merge into: main
  • Upgrade github.com/urfave/cli/v2 to v2.25.7
fix(deps): update module golang.org/x/crypto to v0.13.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-crypto-0.x
  • Merge into: main
  • Upgrade golang.org/x/crypto to 0d375be9b61cb69eb94173d0375a05e90875bbf6
fix(deps): update module golang.org/x/term to v0.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-term-0.x
  • Merge into: main
  • Upgrade golang.org/x/term to f413282cd8dbb55102093d9f16ab3ba90f7b9b31
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

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


⚠ Dependency Lookup Warnings ⚠

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

  • Could not determine new digest for update (datasource: go)

Files affected: go.mod


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. - Pin Docker digests. 🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json5` 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 12 Pull Requests: <details> <summary>chore(deps): pin golang docker tag to 46571ac</summary> - Schedule: ["at any time"] - Branch name: `renovate/pin-dependencies` - Merge into: `main` - Upgrade golang to `sha256:46571ac5f5f793cae20df72cc6f29b155eeba6e6b4377eccc641f84880529986` </details> <details> <summary>fix(deps): update module code.gitea.io/gitea-vet to v0.2.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/code.gitea.io-gitea-vet-0.x` - Merge into: `main` - Upgrade code.gitea.io/gitea-vet to `v0.2.2` </details> <details> <summary>fix(deps): update module github.com/alecaivazis/survey/v2 to v2.3.7</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-alecaivazis-survey-v2-2.x` - Merge into: `main` - Upgrade [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) to `v2.3.7` </details> <details> <summary>chore(deps): update golang docker tag to v1.21.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/golang-1.x` - Merge into: `main` - Upgrade golang to `sha256:96634e55b363cb93d39f78fb18aa64abc7f96d372c176660d7b8b6118939d97b` </details> <details> <summary>fix(deps): update module github.com/charmbracelet/glamour to v0.6.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-charmbracelet-glamour-0.x` - Merge into: `main` - Upgrade [github.com/charmbracelet/glamour](https://github.com/charmbracelet/glamour) to `v0.6.0` </details> <details> <summary>fix(deps): update module github.com/go-git/go-git/v5 to v5.8.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-go-git-go-git-v5-5.x` - Merge into: `main` - Upgrade [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) to `v5.8.1` </details> <details> <summary>fix(deps): update module github.com/muesli/termenv to v0.15.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-muesli-termenv-0.x` - Merge into: `main` - Upgrade [github.com/muesli/termenv](https://github.com/muesli/termenv) to `v0.15.2` </details> <details> <summary>fix(deps): update module github.com/stretchr/testify to v1.8.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-stretchr-testify-1.x` - Merge into: `main` - Upgrade [github.com/stretchr/testify](https://github.com/stretchr/testify) to `v1.8.4` </details> <details> <summary>fix(deps): update module github.com/urfave/cli/v2 to v2.25.7</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-urfave-cli-v2-2.x` - Merge into: `main` - Upgrade [github.com/urfave/cli/v2](https://github.com/urfave/cli) to `v2.25.7` </details> <details> <summary>fix(deps): update module golang.org/x/crypto to v0.13.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/golang.org-x-crypto-0.x` - Merge into: `main` - Upgrade golang.org/x/crypto to `0d375be9b61cb69eb94173d0375a05e90875bbf6` </details> <details> <summary>fix(deps): update module golang.org/x/term to v0.12.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/golang.org-x-term-0.x` - Merge into: `main` - Upgrade golang.org/x/term to `f413282cd8dbb55102093d9f16ab3ba90f7b9b31` </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> <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. --- ### ⚠ Dependency Lookup Warnings ⚠ Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR. - `Could not determine new digest for update (datasource: go)` Files affected: `go.mod` --- ❓ 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:b0e8c3aba9246cf9ec209c46e593f123f2daeea739622a97656e285413290a78-->
renovate-bot added 1 commit 2023-09-07 23:07:05 +00:00
chore(deps): add renovate.json5
Some checks failed
check-and-test / check-and-test (push) Failing after 1m4s
check-and-test / check-and-test (pull_request) Failing after 1m4s
e783a4ee98
techknowlogick merged commit fe4551142a into main 2023-09-07 23:08:07 +00:00
techknowlogick deleted branch renovate/configure 2023-09-07 23:08:08 +00:00
Sign in to join this conversation.
No description provided.