From 49c867eeca1f8481b16f86922ac190e21dc72867 Mon Sep 17 00:00:00 2001 From: BEN ABT Date: Thu, 2 Dec 2021 18:31:21 +0100 Subject: [PATCH] add dp bot --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9caf1ef --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + - directory: "/" + open-pull-requests-limit: 5 + package-ecosystem: nuget + rebase-strategy: auto + schedule: + interval: "weekly" + + - directory: "/" + open-pull-requests-limit: 5 + package-ecosystem: github-actions + rebase-strategy: auto + schedule: + interval: "weekly"