From 99b46f891b8a18c01aae68f61e295b7c8c748715 Mon Sep 17 00:00:00 2001 From: Amadou Ada DIENE Date: Tue, 5 Apr 2022 10:34:41 +0200 Subject: [PATCH] chore: dependabot config --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c6cd2aa --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 + +updates: + - package-ecosystem: 'npm' + schedule: + interval: 'weekly' + # Check for npm updates on Sundays + day: 'sunday' + # Raise pull requests for version updates + # to pip against the `develop` branch + target-branch: 'develop' + # Labels on pull requests for security and version updates + labels: + - 'npm dependencies'