We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c31fa6 commit fdd3aa1Copy full SHA for fdd3aa1
renovate.json
@@ -0,0 +1,17 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended"
5
+ ],
6
+ "regexManagers": [
7
+ {
8
+ "fileMatch": ["^CMakeLists\\.txt$"],
9
+ "matchStrings": [
10
+ "FetchContent_Declare\\(\\s*nanobind\\s+GIT_REPOSITORY\\s+(?<depName>https://github\\.com/[^/]+/[^.]+)\\.git\\s+GIT_TAG\\s+(?<currentValue>v[0-9.]+)"
11
12
+ "datasourceTemplate": "github-releases",
13
+ "depNameTemplate": "{{{depName}}}",
14
+ "extractVersionTemplate": "^v(?<version>.*)$"
15
+ }
16
+ ]
17
+}
0 commit comments