From 0f0a20edc2d3671b228760d091596a1c5ae117f2 Mon Sep 17 00:00:00 2001 From: jamesmisson <71402529+jamesmisson@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:38:36 +0100 Subject: [PATCH] create dependabot config (#1008) --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..974b165f9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + target-branch: "dev" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "dev" \ No newline at end of file