Skip to content

Commit a44d9ed

Browse files
authored
Reorganize Dependabot configuration for updates
1 parent 6aa9338 commit a44d9ed

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,26 @@
66
version: 2
77
updates:
88

9-
# Check for Github Actions version updates (for CI/CD)
10-
- package-ecosystem: "github-actions"
11-
directory: "/"
12-
schedule:
13-
interval: 'weekly'
14-
day: 'monday'
15-
time: '06:00'
16-
179
# Check for Nuget package updates
18-
- package-ecosystem: "nuget"
19-
directory: "/"
10+
- package-ecosystem: nuget
11+
directory: /
2012
schedule:
21-
interval: 'weekly'
22-
day: 'monday'
13+
interval: weekly
14+
day: monday
2315
time: '06:00'
2416
groups:
2517
nuget-dependencies:
2618
patterns:
2719
- '*' # Group all updates together
20+
21+
# Check for Github Actions version updates (for CI/CD)
22+
- package-ecosystem: github-actions
23+
directory: /
24+
schedule:
25+
interval: weekly
26+
day: monday
27+
time: '06:00'
28+
groups:
29+
github-actions:
30+
patterns:
31+
- '*' # Group all updates together

0 commit comments

Comments
 (0)