Skip to content

Commit

Permalink
chore: update renovate.json
Browse files Browse the repository at this point in the history
Add support for Git submodules (in beta right now). We don't need to add a token because our submodule is public.
  • Loading branch information
mattwelke authored Nov 13, 2024
1 parent 977f75c commit afecc4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,8 @@
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)\\s.*?_VERSION ?(\\??=|\\: ?) ?\\\"?(?<currentValue>.+?)?\\\"?\\s"
]
}
]
],
"git-submodules": {
"enabled": true
}
}

0 comments on commit afecc4e

Please sign in to comment.