From 3bfa8212b390ed90f1d9ac9649e05b7faaff48fb Mon Sep 17 00:00:00 2001 From: AleksIvanovSinglet Date: Wed, 17 Mar 2021 11:42:59 +0200 Subject: [PATCH] create Dependabot config with GHA and .NET --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..f3952729f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + # default location of `.github/workflows` + directory: "/" + open-pull-requests-limit: 10 + schedule: + interval: "weekly" + + - package-ecosystem: "nuget" + # location of package manifests + directory: "/" + open-pull-requests-limit: 10 + schedule: + interval: "daily" + +# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation) \ No newline at end of file