From 20e5e16ec38052ef88fdcf0879b0877aa3f4b1d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 12 Jun 2024 21:15:31 +0200 Subject: [PATCH] build(deps): add dependabot configuration for ocpp-server MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/dependabot.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eca1f152..6058cd7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ # Docs: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates version: 2 updates: - - package-ecosystem: 'github-actions' + - package-ecosystem: github-actions directory: '/' schedule: interval: 'daily' @@ -10,7 +10,7 @@ updates: reviewers: - 'jerome-benoit' - 'olivierbagot' - - package-ecosystem: 'npm' + - package-ecosystem: npm directory: '/' schedule: interval: 'daily' @@ -20,3 +20,12 @@ updates: - 'jerome-benoit' - 'olivierbagot' versioning-strategy: increase + - package-ecosystem: pip + directory: 'tests/ocpp-server' + schedule: + interval: daily + labels: + - 'dependencies' + reviewers: + - 'jerome-benoit' + - 'olivierbagot' -- 2.34.1