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