X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fdependabot.yml;h=cd90cc537b1478180f034dd940d57cb7022b3bfc;hb=a6f7f1b40b3591b19a58f69b22e751c4c4311522;hp=7d0aabbc34d150d9089aa8288156aa576f87cf35;hpb=5849dc18921af6f98b94cf5fb3c516aa11f6289a;p=poolifier.git diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7d0aabbc..cd90cc53 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,16 @@ # 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' - package-ecosystem: 'npm' directory: '/' schedule: @@ -12,3 +22,16 @@ updates: - 'Shinigami92' - 'jerome-benoit' versioning-strategy: increase + - package-ecosystem: 'npm' + directory: '/benchmarks/versus-external-pools' + schedule: + interval: 'daily' + labels: + - 'dependencies' + - 'benchmarks' + - 'nocombine' + reviewers: + - 'pioardi' + - 'Shinigami92' + - 'jerome-benoit' + versioning-strategy: increase