Skip to content

Commit 68ba4e3

Browse files
authored
chore: update renovate.json
Add support for Git submodules (in beta right now). We don't need to add a token because our submodule is public.
1 parent 4cabcf3 commit 68ba4e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

renovate.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,8 @@
6262
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)\\s.*?_VERSION ?(\\??=|\\: ?) ?\\\"?(?<currentValue>.+?)?\\\"?\\s"
6363
]
6464
}
65-
]
65+
],
66+
"git-submodules": {
67+
"enabled": true
68+
}
6669
}

0 commit comments

Comments
 (0)