From ea786500b57400bdb8354b48b765045e64a34626 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 14 Sep 2024 01:17:34 +0000 Subject: [PATCH] chore: Configure Renovate (#1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 * `.forgejo/workflows/dev.yml` (github-actions) * `.forgejo/workflows/release.yml` (github-actions) * `go.mod` (gomod) * `vendor/github.com/urfave/cli/v2/mkdocs-requirements.txt` (pip_requirements) ### What to Expect With your current configuration, Renovate will create 6 Pull Requests:
chore(deps): update module github.com/aws/aws-sdk-go to v1.55.5 - Schedule: ["at any time"] - Branch name: `renovate/github.com-aws-aws-sdk-go-1.x` - Merge into: `main` - Upgrade [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) to `v1.55.5`
chore(deps): update module github.com/rs/zerolog to v1.33.0 - Schedule: ["at any time"] - Branch name: `renovate/github.com-rs-zerolog-1.x` - Merge into: `main` - Upgrade [github.com/rs/zerolog](https://github.com/rs/zerolog) to `v1.33.0`
chore(deps): update module github.com/stretchr/testify to v1.9.0 - 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.9.0`
chore(deps): update module github.com/urfave/cli/v2 to v2.27.4 - 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.27.4`
chore(deps): update module golang.org/x/crypto to v0.27.0 - Schedule: ["at any time"] - Branch name: `renovate/golang.org-x-crypto-0.x` - Merge into: `main` - Upgrade golang.org/x/crypto to `v0.27.0`
chore(deps): update dependency mkdocs-material to v9 - Schedule: ["at any time"] - Branch name: `renovate/mkdocs-material-9.x` - Merge into: `main` - Upgrade [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to `~=9.5`
--- ❓ 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: https://git.keks.cloud/kekscloud/idun/pulls/1 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +}