We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1130eec commit c8b63daCopy full SHA for c8b63da
.github/dependabot.yml
@@ -1,15 +1,20 @@
1
version: 2
2
updates:
3
- # Update Python packages
4
- - package-ecosystem: "pip"
5
- directory: "/"
6
- schedule:
7
- interval: "weekly"
8
- open-pull-requests-limit: 10
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ open-pull-requests-limit: 10
9
10
- # Update GitHub Actions
11
- - package-ecosystem: "github-actions"
12
13
14
15
+ - package-ecosystem: "docker"
+ target-branch: "dev"
+
+ - package-ecosystem: "uv"
16
17
18
19
20
0 commit comments