diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 7ee6f561..a620d27f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -13,8 +13,8 @@ updates:
- package-ecosystem: "nuget"
directory: "/"
schedule:
- interval: "daily"
- time: "20:00"
+ interval: "weekly"
+ day: "saturday"
timezone: "Etc/UTC"
groups:
nuget:
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 307e91a0..bdda19cd 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -11,7 +11,7 @@
8.4.2
17.14.15
- 31.16.2
+ 31.16.3
@@ -87,7 +87,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
@@ -130,10 +130,10 @@
-
+
-
+
diff --git a/src/PaperMalKing.Database.Migrations/PaperMalKing.Database.Migrations.csproj b/src/PaperMalKing.Database.Migrations/PaperMalKing.Database.Migrations.csproj
index 1e25cee0..f1f2ff4f 100644
--- a/src/PaperMalKing.Database.Migrations/PaperMalKing.Database.Migrations.csproj
+++ b/src/PaperMalKing.Database.Migrations/PaperMalKing.Database.Migrations.csproj
@@ -1,7 +1,7 @@
- $(NoWarn);MA0048;S1186;RCS1205;RCS1036;RCS1021;CA1861;SA1027;SA1502;SA1505;SA1508;SA1413;IDE0300;S3254;IDE0055;
+ $(NoWarn);MA0048;MA0197;S1186;RCS1205;RCS1036;RCS1021;CA1861;SA1027;SA1502;SA1505;SA1508;SA1413;IDE0300;S3254;IDE0055;
false
None