Skip to content

Commit

Permalink
Fix dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss authored Nov 18, 2024
1 parent 584b68c commit 0a728b6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
version: 2
updates:
- package-ecosystem: "pub" # See documentation for possible values
directory: "/" # Location of package manifests
directories:
- "/packages/kiota_abstractions"
- "/packages/kiota_http"
- "/packages/kiota_serialization_form"
- "/packages/kiota_serialization_json"
- "/packages/kiota_serialization_multipart"
- "/packages/kiota_serialization_text"
- "/tooling"
schedule:
interval: "weekly"

0 comments on commit 0a728b6

Please sign in to comment.