Skip to content

Commit da942a4

Browse files
authored
Update dependabot.yml (#261)
Revert nuget-use-legacy-updater-when-updating-pr experimental flag
1 parent 28efec2 commit da942a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
interval: "weekly"
88
day: "sunday"
99
time: "03:00"
10-
timezone: "CET"
10+
timezone: "Europe/Warsaw"
1111
groups:
1212
xUnit:
1313
patterns:
@@ -24,11 +24,10 @@ updates:
2424
- "xunit.analyzers"
2525
ignore:
2626
- dependency-name: "Moq"
27-
experiments: "nuget-use-legacy-updater-when-updating-pr: false" # Stop using the legacy updater for NuGet packages as it blocks some of the updates
2827
- package-ecosystem: "github-actions"
2928
directory: "/"
3029
schedule:
3130
interval: "weekly"
3231
day: "sunday"
3332
time: "02:00"
34-
timezone: "CET"
33+
timezone: "Europe/Warsaw"

0 commit comments

Comments
 (0)