From: Jérôme Benoit Date: Thu, 20 Oct 2022 14:02:59 +0000 (+0200) Subject: Add dependabot configuration X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=bd874ad83bc658ca8448a13f54cd48054dc47e08;p=benchmarks-js.git Add dependabot configuration Signed-off-by: Jérôme Benoit --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5b9c3fa --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +# Docs: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily' + labels: + - 'github-actions' + reviewers: + - 'jerome-benoit' + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'daily' + labels: + - 'dependencies' + reviewers: + - 'jerome-benoit' + versioning-strategy: increase