X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fdependabot.yml;h=ebbc8bdb015b04caffb10cb15e99e3a1b98b6cca;hb=d64ea57bcb4fd9151a43b16ff4d4b5ed059ad1d7;hp=5dde9443fa18a68f35204bfa34f26386c679ac89;hpb=9d8bd6a5e4c97a878e4f3136e14ec03e57123391;p=e-mobility-charging-stations-simulator.git diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5dde9443..ebbc8bdb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,33 @@ # 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' + - 'olivierbagot' - package-ecosystem: 'npm' directory: '/' schedule: interval: 'daily' labels: - 'dependencies' + - 'simulator' + reviewers: + - 'jerome-benoit' + - 'olivierbagot' + versioning-strategy: increase + - package-ecosystem: 'npm' + directory: '/ui/web' + schedule: + interval: 'daily' + labels: + - 'dependencies' + - 'webui' reviewers: - 'jerome-benoit' - 'olivierbagot'