X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fdependabot.yml;h=8091b25c09ace3dfe9d5775bf318c17db3286f7e;hb=aa49f5ec9d64b41b50509b41abde34aa0affe8c1;hp=db5cb9e4119ad15c020ed5f8c6498e6693f1e816;hpb=35984f602618b42f4618bb1f256bbd1b3e6c9401;p=e-mobility-charging-stations-simulator.git diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db5cb9e4..8091b25c 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: + - 'jerome-benoit' + - 'olivierbagot' - package-ecosystem: 'npm' directory: '/' schedule: @@ -9,4 +18,15 @@ updates: - 'dependencies' reviewers: - 'jerome-benoit' + - 'olivierbagot' + versioning-strategy: increase + - package-ecosystem: 'npm' + directory: '/ui/web' + schedule: + interval: 'daily' + labels: + - 'dependencies' + reviewers: + - 'jerome-benoit' + - 'olivierbagot' versioning-strategy: increase