diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15538ec1..d60cdd53 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,15 @@ updates: - package-ecosystem: nuget directory: "/Sample" schedule: - interval: monthly - time: "00:00" + interval: weekly open-pull-requests-limit: 10 - package-ecosystem: nuget directory: "/src" schedule: - interval: monthly - time: "00:00" + interval: weekly + open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly open-pull-requests-limit: 10 diff --git a/src/Directory.build.props b/src/Directory.build.props index 60de7e93..b4b4ac21 100644 --- a/src/Directory.build.props +++ b/src/Directory.build.props @@ -5,6 +5,7 @@ MIT https://github.com/reactiveui/sextant/ https://github.com/reactiveui/styleguide/blob/master/logo_sextant/logo.png?raw=true + README.md .NET Foundation and Contributors mvvm;reactiveui;Rx;Reactive Extensions;Observable;xamarin;xamarin ios;xamarin mac;android;monodroid;uwp;net461 A ReactiveUI navigation library for Xamarin.Forms @@ -21,7 +22,23 @@ $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb CS8600;CS8602;CS8603;CS8604;CS8605;CS8606;CS8607;CS8608;CS8609;CS8610;CS8611;CS8612;CS8613;CS8614;CS8615;CS8616;CS8617;CS8618;CS8619;CS8620;CS8621;CS8622;CS8623;CS8624;CS8625;CS8626;CS8627;CS8628;CS8629;CS8630;CS8634;CS8766;CS8767 + preview + True + latest + nullable + true + true + true + + + + true + + + + + @@ -41,15 +58,15 @@ + - + - - +