This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 1921ba993e fix(dependabot): adds required schedule to uv updates 
(#33475)
1921ba993e is described below

commit 1921ba993e13ff64db3d87bed23ef04f39d93485
Author: Evan Rusackas <[email protected]>
AuthorDate: Fri May 16 13:22:11 2025 -0600

    fix(dependabot): adds required schedule to uv updates (#33475)
---
 .github/dependabot.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3e373f16b4..0bfb116dcb 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -27,6 +27,8 @@ updates:
   - package-ecosystem: "uv"
     directory: "requirements/"
     open-pull-requests-limit: 10
+    schedule:
+      interval: "weekly"
     labels:
       - uv
       - dependabot

Reply via email to