Skip to content

Commit 7d66ff8

Browse files
authored
feat: Enable Dependabot for NuGet (repo) (#1654)
1 parent a29eae9 commit 7d66ff8

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,35 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /
55
schedule:
6-
interval: weekly
6+
interval: monthly
77
labels:
88
- dependencies
99
groups:
1010
actions:
1111
patterns:
1212
- '*'
1313
- package-ecosystem: nuget
14-
directory: /src
14+
directory: /
15+
exclude-paths:
16+
- examples/**
17+
open-pull-requests-limit: 3
1518
schedule:
16-
interval: weekly
19+
interval: monthly
1720
labels:
1821
- dependencies
1922
ignore:
23+
- dependency-name: Cake.*
24+
update-types:
25+
- version-update:semver-major
2026
- dependency-name: Microsoft.Bcl.*
2127
update-types:
2228
- version-update:semver-major
2329
- dependency-name: Microsoft.Extensions.*
2430
update-types:
2531
- version-update:semver-major
32+
- dependency-name: xunit*
33+
update-types:
34+
- version-update:semver-major
2635
groups:
2736
nuget-patch-minor:
2837
update-types:

0 commit comments

Comments
 (0)