From: Jérôme Benoit Date: Tue, 27 Sep 2022 22:07:40 +0000 (+0200) Subject: Add dependabot configuration for GitHub actions X-Git-Tag: v2.2.1~33 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d5822c4abab4f67096d20f28e206ca5998df6d64;p=poolifier.git Add dependabot configuration for GitHub actions Signed-off-by: Jérôme Benoit --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7d0aabbc..9ebff7d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,17 @@ # 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: + - 'pioardi' + - 'Shinigami92' + - 'jerome-benoit' + versioning-strategy: increase - package-ecosystem: 'npm' directory: '/' schedule: