From: Jérôme Benoit Date: Sun, 15 Aug 2021 22:36:24 +0000 (+0200) Subject: Add dependabot configuration file. X-Git-Tag: v1.0.37~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=35984f602618b42f4618bb1f256bbd1b3e6c9401;p=e-mobility-charging-stations-simulator.git Add dependabot configuration file. Signed-off-by: Jérôme Benoit --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..db5cb9e4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# Docs: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'daily' + labels: + - 'dependencies' + reviewers: + - 'jerome-benoit' + versioning-strategy: increase