Skip to content

Commit b25200f

Browse files
authored
chore(deps): Update dependabot configuration for package ecosystems (#192)
### Summary Add pip to dependabot for dbt updates.
1 parent ca6a765 commit b25200f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ version: 2
22
updates:
33
- package-ecosystem: "uv"
44
directories:
5-
- "elt-common"
5+
- "/elt-common"
66
schedule:
77
interval: "weekly"
8+
commit-message:
9+
prefix: "chore(deps): "
10+
- package-ecosystem: "pip"
11+
directories:
12+
- "/warehouses/accelerator/transform/accelerator"
13+
schedule:
14+
interval: "weekly"
15+
commit-message:
16+
prefix: "chore(deps): "

0 commit comments

Comments
 (0)