From 57ca139f8cdd484a3a3de3d9f2e13559f518f754 Mon Sep 17 00:00:00 2001 From: Eduard van Valkenburg Date: Mon, 17 Nov 2025 11:29:28 +0100 Subject: [PATCH] update to dependabot config for python and removed no longer supported experimental (#2269) --- .github/dependabot.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6ea60a0d59..90b127a829 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,9 +11,6 @@ updates: schedule: interval: "cron" cronjob: "0 8 * * 4,0" # Every Thursday(4) and Sunday(0) at 8:00 UTC - experimental: - nuget-native-updater: false - enable-cooldown-metrics-collection: false ignore: # For all System.* and Microsoft.Extensions/Bcl.* packages, ignore all major version updates - dependency-name: "System.*" @@ -28,6 +25,14 @@ updates: - "dependencies" # Maintain dependencies for python + - package-ecosystem: "pip" + directory: "python/" + schedule: + interval: "weekly" + day: "monday" + labels: + - "python" + - "dependencies" - package-ecosystem: "uv" directory: "python/" schedule: