Skip to content

Commit 665bd14

Browse files
authored
Migrate Renovate config to Json 5 (#375)
1 parent 9524413 commit 665bd14

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/renovate.json

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

.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+
'config:recommended',
5+
],
6+
}

0 commit comments

Comments
 (0)