From aa2c2346793f43f9ab4fbc18cbecad62ed377b85 Mon Sep 17 00:00:00 2001 From: Donal O'Brien Date: Tue, 24 Mar 2026 11:15:56 +0100 Subject: [PATCH] chore: configure renovate [skip ci] This is an onboarding PR to help you configure settings before regular Pull Requests begin. For further information on onboarding check out [the docs on echo](https://echo.soundcloud.org/docs/default/component/renovate/onboarding/). Runtime specific renovate presets are available in our [renovate-presets](https://github.com/soundcloud/renovate-presets) repo. To enable one of them, update the `extends` config in this PR to reference the runtime. To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. Work towards DX-380 --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..3e699a6 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>soundcloud/renovate-presets//nodejs/default" + ] +}