Skip to content

Commit 5b852d0

Browse files
authored
[ci skip] feat: setup renovate (#30)
1 parent 8ba3447 commit 5b852d0

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/renovate.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@
2020
"versioning": "regex:^VALGRIND_(?<major>\\d+)_(?<minor>\\d+)_(?<patch>\\d+)$"
2121
},
2222
{
23-
"description": "Disable digest updates for git submodules",
23+
"description": "timelib",
2424
"matchManagers": [
2525
"git-submodules"
2626
],
27-
"matchUpdateTypes": [
28-
"digest"
27+
"matchDepNames": [
28+
"ext/third_party/timelib"
2929
],
30-
"enabled": false
30+
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)$"
3131
},
3232
{
33-
"description": "timelib",
33+
"description": "Disable digest updates for git submodules",
3434
"matchManagers": [
3535
"git-submodules"
3636
],
37-
"matchDepNames": [
38-
"ext/third_party/timelib"
37+
"matchUpdateTypes": [
38+
"digest"
3939
],
40-
"enabled": true
40+
"enabled": false
4141
}
4242
]
4343
}

.gitmodules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
path = ext/third_party/timelib
33
url = https://github.com/derickr/timelib.git
44
ignore = dirty
5+
branch = 2022.14
56
[submodule "third_party/valgrind"]
67
path = third_party/valgrind
78
url = https://sourceware.org/git/valgrind.git
9+
branch = VALGRIND_3_26_0

0 commit comments

Comments
 (0)