From 3d24b2bd9683dae3b388d36293f2134499b52568 Mon Sep 17 00:00:00 2001 From: gardener-ci-robot Date: Wed, 21 Feb 2024 14:31:21 +0000 Subject: [PATCH 1/2] Add renovate.json --- 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 000000000..7190a60b6 --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +} From f47c9ef65206ecde6ca4f38fe9640d8765351f1f Mon Sep 17 00:00:00 2001 From: Shreyas Rao <42259948+shreyas-s-rao@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:12:42 +0530 Subject: [PATCH 2/2] Rename to renovate.json5 and move to .github dir --- .github/renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 000000000..7190a60b6 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +}