Skip to content

Commit 9c8ae6c

Browse files
committed
Revert "ci(renovate): self-host Renovate + remove Dependabot"
This reverts commit abe3a46.
1 parent abe3a46 commit 9c8ae6c

3 files changed

Lines changed: 17 additions & 62 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: nuget
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
day: monday
8+
open-pull-requests-limit: 5
9+
10+
- package-ecosystem: github-actions
11+
directory: /
12+
schedule:
13+
interval: weekly
14+
day: monday
15+
open-pull-requests-limit: 5

.github/workflows/renovate.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

renovate.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
4-
"timezone": "Asia/Shanghai",
5-
"labels": ["dependencies"],
6-
"commitMessagePrefix": "fix(deps)",
7-
"commitMessageTopic": "{{depName}}",
8-
"rangeStrategy": "bump",
9-
"lockFileMaintenance": { "enabled": false },
10-
"prConcurrentLimit": 5,
11-
"packageRules": [
12-
{
13-
"description": "Group Spring ecosystem updates into a single PR",
14-
"matchPackagePatterns": ["^org\\.springframework"],
15-
"groupName": "spring"
16-
},
17-
{
18-
"description": "Group Kotlin-related updates into a single PR",
19-
"matchPackagePatterns": ["^org\\.jetbrains\\.kotlin"],
20-
"groupName": "kotlin"
21-
}
2+
"extends": [
3+
"config:base"
224
]
235
}

0 commit comments

Comments
 (0)