Skip to content

Commit ae3f4c6

Browse files
committed
ci: Group Github Actions dependabot updates
1 parent d04ef7b commit ae3f4c6

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 11 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: "/"
9+
# Check for Nuget package updates
10+
- package-ecosystem: nuget
11+
directory: /
1212
schedule:
13-
interval: 'weekly'
14-
day: 'monday'
13+
interval: weekly
14+
day: monday
1515
time: '06:00'
16+
groups:
17+
nuget-dependencies:
18+
patterns:
19+
- '*' # Group all updates together
1620

17-
# Check for Nuget package updates
18-
- package-ecosystem: "nuget"
19-
directory: "/"
21+
# Check for Github Actions version updates (for CI/CD)
22+
- package-ecosystem: github-actions
23+
directory: /
2024
schedule:
21-
interval: 'weekly'
22-
day: 'monday'
25+
interval: weekly
26+
day: monday
2327
time: '06:00'
2428
groups:
25-
nuget-dependencies:
29+
github-actions:
2630
patterns:
2731
- '*' # Group all updates together

0 commit comments

Comments
 (0)