From 95d6a4fb0573aed98db639d84ca206dd51d02fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20G=C3=BCng=C3=B6r?= <47147484+furkandeveloper@users.noreply.github.com> Date: Fri, 13 Aug 2021 09:31:23 +0300 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7f288c8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + schedule: + interval: "daily" + open-pull-requests-limit: 10 + commit-message: + prefix: "⬆️ " + + - package-ecosystem: "nuget" + directory: "/" # Location of package manifests + schedule: + interval: "daily" + open-pull-requests-limit: 10 + commit-message: + prefix: "⬆️ "