From: Jérôme Benoit Date: Wed, 12 Jun 2024 19:15:31 +0000 (+0200) Subject: build(deps): add dependabot configuration for ocpp-server X-Git-Tag: v1.3.7~64 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=20e5e16ec38052ef88fdcf0879b0877aa3f4b1d8;p=e-mobility-charging-stations-simulator.git build(deps): add dependabot configuration for ocpp-server Signed-off-by: Jérôme Benoit --- 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'