Skip to content

Commit a536180

Browse files
Configure Renovate
- Add `renovate.json`. - "Disable" dependabot, but leave the configuration file in place to show to automated tools that automated dependency updates are used in case they do not recognise Renovate.
1 parent a2846d7 commit a536180

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,7 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
5-
schedule:
6-
day: friday
7-
interval: weekly
8-
time: "05:30"
9-
timezone: Europe/London
103
- package-ecosystem: nuget
114
directory: "/"
12-
groups:
13-
Microsoft.OpenApi:
14-
patterns:
15-
- Microsoft.OpenApi*
16-
Swashbuckle.AspNetCore:
17-
patterns:
18-
- Swashbuckle.AspNetCore*
19-
xunit:
20-
patterns:
21-
- Verify.Xunit*
22-
- xunit*
23-
schedule:
24-
day: friday
25-
interval: weekly
26-
time: "05:30"
27-
timezone: Europe/London
28-
open-pull-requests-limit: 99
29-
- package-ecosystem: npm
30-
directory: "/src/TodoApp"
31-
groups:
32-
babel:
33-
patterns:
34-
- "@babel/*"
35-
typescript-eslint:
36-
patterns:
37-
- "@typescript-eslint/*"
385
schedule:
39-
day: friday
40-
interval: weekly
41-
time: "05:30"
6+
interval: yearly
427
timezone: Europe/London
43-
open-pull-requests-limit: 99
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
63
}

0 commit comments

Comments
 (0)