Skip to content

Commit c8b63da

Browse files
committed
feat(dependabot): add configurations for GitHub Actions, Docker, and UV package ecosystems
1 parent 1130eec commit c8b63da

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
version: 2
22
updates:
3-
# Update Python packages
4-
- package-ecosystem: "pip"
5-
directory: "/"
6-
schedule:
7-
interval: "weekly"
8-
open-pull-requests-limit: 10
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 10
98

10-
# Update GitHub Actions
11-
- package-ecosystem: "github-actions"
12-
directory: "/"
13-
schedule:
14-
interval: "weekly"
15-
open-pull-requests-limit: 10
9+
- package-ecosystem: "docker"
10+
target-branch: "dev"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
15+
- package-ecosystem: "uv"
16+
target-branch: "dev"
17+
18+
directory: "/"
19+
schedule:
20+
interval: "weekly"

0 commit comments

Comments
 (0)