Skip to content

Commit

Permalink
ci/dependabot (#2)
Browse files Browse the repository at this point in the history
* ci: adds dependabot configuration to keep dependencies up to date

Signed-off-by: Vincent Biret <[email protected]>

* ci: adds additional groups to reduce noise

Signed-off-by: Vincent Biret <[email protected]>

---------

Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet authored Jan 22, 2025
1 parent 75f98a7 commit 5314557
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
kiota-dependencies:
patterns:
- "*kiota*"
xunit-dependencies:
patterns:
- "*xunit*"
swashbuckle-dependencies:
patterns:
- "*Swashbuckle*"
microsoft-extensions-dependencies:
patterns:
- "*Microsoft.Extensions*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit 5314557

Please sign in to comment.