diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 281062797..08e92f458 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,7 @@ version: 2 updates: - package-ecosystem: "nuget" - directory: "/examples" - schedule: - interval: "weekly" - - - package-ecosystem: "nuget" - directory: "/src" - schedule: - interval: "weekly" - - - package-ecosystem: "nuget" - directory: "/test" + directory: "/" schedule: interval: "weekly" diff --git a/src/Directory.Packages.props b/Directory.Packages.props similarity index 60% rename from src/Directory.Packages.props rename to Directory.Packages.props index b28db7020..e83738d20 100644 --- a/src/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,28 +5,41 @@ + + + + + + + + + - + + + - - - - + + + + + + - + \ No newline at end of file diff --git a/Spring.Net.sln b/Spring.Net.sln index cabfcf596..90d80b2c4 100644 --- a/Spring.Net.sln +++ b/Spring.Net.sln @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Spring.build = Spring.build Spring.include = Spring.include global.json = global.json + Directory.Packages.props = Directory.Packages.props EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{79F495DF-83D6-435E-A20E-47800F6F8FE7}" @@ -104,6 +105,9 @@ EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build-support\nuke-build\_build.csproj", "{0D135B50-2B59-44C1-941A-32B5EC798C88}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{C0BAC5A1-AC38-4D36-BE28-F5A74BD9FECD}" + ProjectSection(SolutionItems) = preProject + .github\dependabot.yml = .github\dependabot.yml + EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{76CA894B-7F4F-4F5B-8EFD-FF5253C6FCCE}" ProjectSection(SolutionItems) = preProject diff --git a/build-support/nuke-build/_build.csproj b/build-support/nuke-build/_build.csproj index bc50c7f70..728de56f0 100644 --- a/build-support/nuke-build/_build.csproj +++ b/build-support/nuke-build/_build.csproj @@ -12,7 +12,7 @@ - + diff --git a/examples/Directory.Packages.props b/examples/Directory.Packages.props deleted file mode 100644 index 35c9f7a4f..000000000 --- a/examples/Directory.Packages.props +++ /dev/null @@ -1,15 +0,0 @@ - - - true - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props deleted file mode 100644 index 182c29c0e..000000000 --- a/test/Directory.Packages.props +++ /dev/null @@ -1,22 +0,0 @@ - - - true - - - - - - - - - - - - - - - - - - - \ No newline at end of file