Commit 5cd299e
Add Dependabot config for .NET, NuGet, and GitHub Actions (microcks#21)
* 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>
* Remove TestContainers
Signed-off-by: Santhosh Reddy Vootukuri (SUNNY) <nagavo@microsoft.com>
---------
Signed-off-by: Santhosh Reddy Vootukuri (SUNNY) <nagavo@microsoft.com>
Co-authored-by: Santhosh Reddy Vootukuri (SUNNY) <nagavo@microsoft.com>
Signed-off-by: Santhosh Reddy Vootukuri <65618035+sunnynagavo@users.noreply.github.com>1 parent 2712456 commit 5cd299e
1 file changed
+30
-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 | + | |
0 commit comments