We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28efec2 commit da942a4Copy full SHA for da942a4
.github/dependabot.yml
@@ -7,7 +7,7 @@ updates:
7
interval: "weekly"
8
day: "sunday"
9
time: "03:00"
10
- timezone: "CET"
+ timezone: "Europe/Warsaw"
11
groups:
12
xUnit:
13
patterns:
@@ -24,11 +24,10 @@ updates:
24
- "xunit.analyzers"
25
ignore:
26
- 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
28
- package-ecosystem: "github-actions"
29
directory: "/"
30
schedule:
31
32
33
time: "02:00"
34
0 commit comments