We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32f93d commit 57ca139Copy full SHA for 57ca139
.github/dependabot.yml
@@ -11,9 +11,6 @@ updates:
11
schedule:
12
interval: "cron"
13
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
17
ignore:
18
# For all System.* and Microsoft.Extensions/Bcl.* packages, ignore all major version updates
19
- dependency-name: "System.*"
@@ -28,6 +25,14 @@ updates:
28
25
- "dependencies"
29
26
30
27
# Maintain dependencies for python
+ - package-ecosystem: "pip"
+ directory: "python/"
+ schedule:
31
+ interval: "weekly"
32
+ day: "monday"
33
+ labels:
34
+ - "python"
35
+ - "dependencies"
36
- package-ecosystem: "uv"
37
directory: "python/"
38
0 commit comments