Skip to content

Commit d756fdc

Browse files
authored
Merge pull request #159 from UiPath/ci/add-dependabot-config
ci: add dependabot config
2 parents 572e579 + ac60284 commit d756fdc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "uv"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 0
8+
exclude-paths:
9+
- "packages/uipath-llamaindex/samples/**"
10+
- "packages/uipath-openai-agents/samples/**"

0 commit comments

Comments
 (0)