Configure Renovate (#22)

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

 * `_examples/actions/docker_action/Dockerfile` (dockerfile)
 * `templates/build_release.Dockerfile` (dockerfile)
 * `_examples/actions/add_releaserc/go.mod` (gomod)
 * `_examples/actions/docker_action/go.mod` (gomod)
 * `_examples/actions/write_a_readme/go.mod` (gomod)
 * `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
  - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories
  - Autodetect whether to pin dependencies or maintain ranges
  - Rate limit PR creation to a maximum of two per hour
  - Limit to maximum 10 open PRs at any time
  - Group known monorepo packages together
  - Use curated list of recommended non-monorepo package groupings
  - Fix some problems with very old Maven commons versions
  - Ignore spring cloud 1.x releases
  - Ignore web3j 5.0.0 release
  - Ignore http4s digest-based 1.x milestones
  - Use node versioning for @types/node
  - Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133
  - Do not upgrade from Alpine stable to edge

🔡 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

It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away.

---

### ⚠ Dependency Lookup Warnings ⚠

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

-   `Failed to look up dependency github.com/bitfield/script`
-   `Failed to look up dependency code.gitea.io/sdk/gitea`
-   `Failed to look up dependency git.front.kjuulh.io/kjuulh/curre`
-   `Failed to look up dependency github.com/ProtonMail/go-crypto`
-   `Failed to look up dependency github.com/gin-contrib/zap`
-   `Failed to look up dependency github.com/gin-gonic/gin`
-   `Failed to look up dependency github.com/go-git/go-git/v5`
-   `Failed to look up dependency github.com/google/uuid`
-   `Failed to look up dependency github.com/spf13/cobra`
-   `Failed to look up dependency github.com/stretchr/testify`
-   `Failed to look up dependency github.com/whilp/git-urls`
-   `Failed to look up dependency go.uber.org/zap`
-   `Failed to look up dependency golang.org/x/net`
-   `Failed to look up dependency gopkg.in/yaml.v3`

Files affected: `_examples/actions/add_releaserc/go.mod`, `_examples/actions/docker_action/go.mod`, `_examples/actions/write_a_readme/go.mod`, `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).

Reviewed-on: #22
This commit is contained in:
Kasper Juul Hermansen 2022-10-25 20:57:08 +00:00
parent d6d98c2ce8
commit ad72050779
1 changed files with 3 additions and 0 deletions

3
renovate.json Normal file
View File

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}