Skip to content

Commit 4809d54

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 be8705a commit 4809d54

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

renovate.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,8 @@
6161
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)\\s.*?_VERSION ?(\\??=|\\: ?) ?\\\"?(?<currentValue>.+?)?\\\"?\\s"
6262
]
6363
}
64-
]
65-
}
64+
],
65+
"git-submodules": {
66+
"enabled": true
67+
}
68+
}

0 commit comments

Comments
 (0)