diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..83e55083 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +--- +version: 2 +updates: + - package-ecosystem: uv + directory: / + schedule: + interval: cron + cronjob: 0 8 * * * + timezone: America/New_York + - package-ecosystem: cargo + directory: / + schedule: + interval: cron + cronjob: 0 8 * * * + timezone: America/New_York