Skip to content

Commit a0e89ec

Browse files
chore: Enable Renovate (#24)
GitHub's Dependabot has severe problems with this repository, as it fails to build the repo (it uses Linux, but this is a Windows-only repo...). Why does a CI maintenance tool need to build the repo? Apparently, their nuget dependency collector needs to. I *believe* that dependabot security updates still work (they seem to use a different tool), but regular dependency updates don't work. Anyway, Renovate doesn't have this problem, so switch to Renovate for regular maintenance. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: GermanCoding <[email protected]>
1 parent a2f5359 commit a0e89ec

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/renovate.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:best-practices"
5+
],
6+
"baseBranches": [
7+
"main"
8+
],
9+
"labels": [
10+
"dependencies"
11+
],
12+
"prHourlyLimit": 0,
13+
"schedule": [
14+
"* * 1 * *"
15+
]
16+
}

0 commit comments

Comments
 (0)