Skip to content

Commit c30d726

Browse files
Disable some experimental features for dependabot (#170)
1 parent 7f08c0b commit c30d726

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ 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
1417
ignore:
1518
# For all System.* and Microsoft.Extensions/Bcl.* packages, ignore all major version updates
1619
- dependency-name: "System.*"

0 commit comments

Comments
 (0)