Skip to content

Commit 57ca139

Browse files
update to dependabot config for python and removed no longer supported experimental (#2269)
1 parent e32f93d commit 57ca139

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ updates:
1111
schedule:
1212
interval: "cron"
1313
cronjob: "0 8 * * 4,0" # Every Thursday(4) and Sunday(0) at 8:00 UTC
14-
experimental:
15-
nuget-native-updater: false
16-
enable-cooldown-metrics-collection: false
1714
ignore:
1815
# For all System.* and Microsoft.Extensions/Bcl.* packages, ignore all major version updates
1916
- dependency-name: "System.*"
@@ -28,6 +25,14 @@ updates:
2825
- "dependencies"
2926

3027
# Maintain dependencies for python
28+
- package-ecosystem: "pip"
29+
directory: "python/"
30+
schedule:
31+
interval: "weekly"
32+
day: "monday"
33+
labels:
34+
- "python"
35+
- "dependencies"
3136
- package-ecosystem: "uv"
3237
directory: "python/"
3338
schedule:

0 commit comments

Comments
 (0)