We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f08c0b commit c30d726Copy full SHA for c30d726
1 file changed
.github/dependabot.yml
@@ -11,6 +11,9 @@ 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.*"
0 commit comments