Skip to content

Commit 9c097e9

Browse files
authored
chore: configure renovate [skip ci] (#109)
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
1 parent 464e059 commit 9c097e9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>soundcloud/renovate-presets//nodejs/default"
5+
]
6+
}

0 commit comments

Comments
 (0)