Skip to content

Commit 47ff4bf

Browse files
authored
Replace Dependabot with Renovate (#3080)
1 parent bf8bfd2 commit 47ff4bf

File tree

2 files changed

+39
-21
lines changed

2 files changed

+39
-21
lines changed

.github/dependabot.yml

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

.github/renovate.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"configMigration": true,
7+
"pruneStaleBranches": false,
8+
"automerge": true,
9+
"platformAutomerge": true,
10+
"labels": [
11+
"dependencies",
12+
"p: Lowest",
13+
"t: Task"
14+
],
15+
"packageRules": [
16+
{
17+
"matchPackagePrefixes": [
18+
"NUnit"
19+
],
20+
"groupName": "NUnit"
21+
},
22+
{
23+
"matchPackageNames": [
24+
"Microsoft.AspNetCore",
25+
"Microsoft.AspNetCore.Mvc",
26+
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation",
27+
"Microsoft.AspNetCore.StaticFiles"
28+
],
29+
"groupName": "Microsoft.AspNetCore 2.0",
30+
"allowedVersions": "~2.1.0"
31+
},
32+
{
33+
"matchPackagePrefixes": [
34+
"Oracle.ManagedDataAccess"
35+
],
36+
"groupName": "Oracle.ManagedDataAccess"
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)