From f66e33535e99cd9f9598f5cd8785d3f00b7a8fb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 5 Jan 2026 13:48:40 +0000 Subject: [PATCH] Configure Renovate (#14) 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 * `.archive/.github/workflows/autobranch.yml` (github-actions) * `.archive/.github/workflows/sponsors.yml` (github-actions) * `.archive/.github/workflows/stale.yml` (github-actions) ### What to Expect With your current configuration, Renovate will create 2 Pull Requests:
Update actions/stale action to v10 - Schedule: ["at any time"] - Branch name: `renovate/actions-stale-10.x` - Merge into: `main` - Upgrade [actions/stale](https://github.com/actions/stale) to `v10`
Update JasonEtco/is-sponsor-label-action action to v2 - Schedule: ["at any time"] - Branch name: `renovate/jasonetco-is-sponsor-label-action-2.x` - Merge into: `main` - Upgrade [JasonEtco/is-sponsor-label-action](https://github.com/JasonEtco/is-sponsor-label-action) to `v2`
--- ❓ 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.tainton.uk/repos/TeamsUserEnroller/pulls/14 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" +}