From 2484f8838a6a899f0acbd38a56429f03639e39fa Mon Sep 17 00:00:00 2001 From: jakewbot Date: Wed, 22 Jan 2025 09:48:16 +0000 Subject: [PATCH] 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 * `custom-caddy/Dockerfile` (dockerfile) * `.woodpecker/build.yaml` (woodpecker) * `.woodpecker/pre-commit.yaml` (woodpecker) ### What to Expect It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away. --- ❓ 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 Co-authored-by: Jake Walker Reviewed-on: https://git.jakew.me/jakew/docker-images/pulls/1 Co-authored-by: jakewbot Co-committed-by: jakewbot --- renovate.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..b478223 --- /dev/null +++ b/renovate.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "git-submodules": { + "enabled": true + }, + "packageRules": [ + { + "matchDatasources": [ + "git-submodules" + ], + "automerge": true + } + ] +}