From e52731c89c83f00301ee46c4cc7e5253302b4008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BCtbach?= Date: Thu, 31 Oct 2024 16:38:55 +0100 Subject: [PATCH] #39 Dependabot updates --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2160783 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "nuget" + directory: + - "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 \ No newline at end of file