Skip to content

Commit 7f44ba3

Browse files
committed
chore: use centralized renovate configuration
References https://github.com/gradlex-org/renovate-config so we can change renovate defaults for all repositories in a central place. Uses json5 syntax which is easier to write than JSON, see https://json5.org/.
1 parent 6da8a23 commit 7f44ba3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/renovate.json5

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>gradlex-org/renovate-config'
5+
]
6+
}

renovate.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)