From 237ab89f815c0bf485a0972a7aea2e40f8002402 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Tue, 5 Nov 2024 16:30:23 +0000 Subject: [PATCH] Add dependabot --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b63e8b4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: npm + directories: + - "/" + - "/flagsmith-jira-app" + schedule: + interval: daily + time: "08:00"