Commit 36a9111
committed
Add Dependabot config for .NET, NuGet, and GitHub Actions
Introduced a Dependabot configuration to automate dependency
updates for `.NET SDK`, `NuGet` packages, and `GitHub Actions`.
- Added `version: 2` to specify the configuration version.
- Configured `.NET SDK` updates to run weekly on Tuesdays
with a limit of 1 open pull request.
- Configured `NuGet` updates to run weekly on Sundays with
a limit of 3 open pull requests, grouping dependencies
by patterns (e.g., `microsoft-sbom`, `testcontainers`, etc.).
- Configured `GitHub Actions` updates to run weekly on Sundays
with a limit of 3 open pull requests.
- Disabled the `rebase-strategy` for `NuGet` and `GitHub Actions`.
Signed-off-by: Santhosh Reddy Vootukuri (SUNNY) <nagavo@microsoft.com>1 parent d277b9d commit 36a9111
1 file changed
+40
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments