From 75760b6a1d72ffcbf5d8dc7422c8a80b1b3df821 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Wed, 1 Jun 2022 08:57:33 +0200 Subject: [PATCH] dependabot --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..ab33044 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/" + target-branch: "develop" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "develop" + schedule: + interval: "daily"