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 be8705a commit 4809d54
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)\\s.*?_VERSION ?(\\??=|\\: ?) ?\\\"?(?<currentValue>.+?)?\\\"?\\s"
]
}
]
}
],
"git-submodules": {
"enabled": true
}
}

0 comments on commit 4809d54

Please sign in to comment.