aboutsummaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authorRenovate Bot2024-01-22 21:34:05 +0100
committermg2024-01-22 21:34:05 +0100
commit8348fa71348dd5deda2e404423a5c885c2093eb8 (patch)
tree28c074b29312d25232012165d1d1df2cecfc86be /renovate.json
parent23e828c481c7e8722a8712ee7f3b804f446632de (diff)
Configure Renovate (#4)
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 * `Dockerfile` (dockerfile) * `requirements.txt` (pip_requirements) ### What to Expect With your current configuration, Renovate will create 1 Pull Request: <details> <summary>chore(deps): update alpine docker tag to v20231219</summary> - Schedule: ["at any time"] - Branch name: `renovate/alpine-20231219-x` - Merge into: `master` - Upgrade alpine to `20231219` </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). Reviewed-on: https://git.mgrote.net/container-images/python-api-server/pulls/4 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json3
1 files changed, 3 insertions, 0 deletions
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"
+}