From 22254e32427d8a3e63840592ddc5a7c48db19324 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 24 May 2025 19:59:53 -0400 Subject: [PATCH] chore: Configure Renovate (#133) 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 * `docker-compose.yml` (docker-compose) * `docker/Dockerfile` (dockerfile) * `docker/Dockerfile.arm64` (dockerfile) * `.forgejo/workflows/ci.yml` (github-actions) * `.github/workflows/auto-close-duplicate.yaml` (github-actions) * `.github/workflows/build-nightly-container.yml` (github-actions) * `.github/workflows/build-stable-container.yml` (github-actions) * `.github/workflows/ci.yml` (github-actions) * `.github/workflows/stale.yml` (github-actions) * `kubernetes/values.yaml` (helm-values) ### What to Expect With your current configuration, Renovate will create 1 Pull Request:
chore(deps): update https://code.forgejo.org/docker/login-action action to v3.4.0 - Schedule: ["at any time"] - Branch name: `renovate/https-code.forgejo.org-docker-login-action-3.x` - Merge into: `master` - Upgrade [https://code.forgejo.org/docker/login-action](https://code.forgejo.org/docker/login-action) to `v3.4.0`
--- ❓ 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.nadeko.net/Fijxu/invidious/pulls/133 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 00000000..7190a60b --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +}