From 5e40c8e2a2e04c6d925fd90f1eb893ca27bb9dbe Mon Sep 17 00:00:00 2001 From: abs3nt Date: Sat, 6 Jul 2024 20:11:10 +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 * `.gitea/workflows/push.yaml` (github-actions) * `.gitea/workflows/releaser.yaml` (github-actions) * `go.mod` (gomod) ### What to Expect With your current configuration, Renovate will create 9 Pull Requests:
chore(deps): update golang.org/x/exp digest to 7f521ea - Schedule: ["at any time"] - Branch name: `renovate/golang.org-x-exp-digest` - Merge into: `master` - Upgrade golang.org/x/exp to `7f521ea00fb8`
chore(deps): update module github.com/charmbracelet/bubbletea to v0.26.6 - Schedule: ["at any time"] - Branch name: `renovate/github.com-charmbracelet-bubbletea-0.x` - Merge into: `master` - Upgrade [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) to `v0.26.6`
chore(deps): update module go.uber.org/fx to v1.22.1 - Schedule: ["at any time"] - Branch name: `renovate/go.uber.org-fx-1.x` - Merge into: `master` - Upgrade [go.uber.org/fx](https://github.com/uber-go/fx) to `v1.22.1`
chore(deps): update module golang.org/x/net to v0.27.0 - Schedule: ["at any time"] - Branch name: `renovate/golang.org-x-net-0.x` - Merge into: `master` - Upgrade golang.org/x/net to `v0.27.0`
chore(deps): update module golang.org/x/oauth2 to v0.21.0 - Schedule: ["at any time"] - Branch name: `renovate/golang.org-x-oauth2-0.x` - Merge into: `master` - Upgrade golang.org/x/oauth2 to `v0.21.0`
chore(deps): update module google.golang.org/api to v0.187.0 - Schedule: ["at any time"] - Branch name: `renovate/google.golang.org-api-0.x` - Merge into: `master` - Upgrade [google.golang.org/api](https://github.com/googleapis/google-api-go-client) to `v0.187.0`
chore(deps): update module modernc.org/sqlite to v1.30.1 - Schedule: ["at any time"] - Branch name: `renovate/modernc.org-sqlite-1.x` - Merge into: `master` - Upgrade [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) to `v1.30.1`
chore(deps): update module gfx.cafe/util/go/frand to v1 - Schedule: ["at any time"] - Branch name: `renovate/gfx.cafe-util-go-frand-1.x` - Merge into: `master` - Upgrade gfx.cafe/util/go/frand to `5db68942734eba89e6f024a5d644d0b787c2587a`
chore(deps): update module gfx.cafe/util/go/fxplus to v1 - Schedule: ["at any time"] - Branch name: `renovate/gfx.cafe-util-go-fxplus-1.x` - Merge into: `master` - Upgrade gfx.cafe/util/go/fxplus to `5db68942734eba89e6f024a5d644d0b787c2587a`
🚸 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. --- ❓ 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). Co-authored-by: Renovate Bot Reviewed-on: https://git.asdf.cafe/abs3nt/gspot/pulls/1 --- 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" +}