From 1169e418e092a5b2a2a9c952f192ae990ad41538 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 26 Jan 2023 20:44:36 +0100 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..05a7337 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From a74002c5ce8fcd2268157c2395ea06b1d1d05caa Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 26 Jan 2023 20:51:54 +0100 Subject: [PATCH 2/2] Update dependabot.yml make dependabot update 'develop' --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 05a7337..ec6d2dd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,10 @@ updates: directory: "/" schedule: interval: "weekly" + target-branch: "develop" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + target-branch: "develop"