We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94e391 commit d51e53fCopy full SHA for d51e53f
1 file changed
.github/dependabot.yml
@@ -0,0 +1,12 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "uv"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "cron"
7
+ # Check every day at 9am UTC
8
+ cronjob: "0 9 * * *"
9
+
10
+ # Track only direct dependencies used in the project to reduce noise in PRs.
11
+ allow:
12
+ - dependency-type: "direct"
0 commit comments