X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fdependabot.yml;h=30865766fdd50571b9d8765bb20dbd9dd3f96737;hb=0bbf65c3768b86f989056de36de0199d6e35562a;hp=52800cac12c3ed79471fa38abcd1ce27816293a3;hpb=33a5cd863d4fd6b377a5a03e71f27cf52ad1771a;p=poolifier.git diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 52800cac..30865766 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +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: @@ -10,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