X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fdependabot.yml;h=3ae891ae7f8c7d6b1759775b9acd1480778aca7c;hb=521c07fc0b510269917608fdb1d943d1866c81f2;hp=db5cb9e4119ad15c020ed5f8c6498e6693f1e816;hpb=35984f602618b42f4618bb1f256bbd1b3e6c9401;p=e-mobility-charging-stations-simulator.git diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db5cb9e4..3ae891ae 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: '/src/ui/web' + schedule: + interval: 'daily' + labels: + - 'dependencies' + reviewers: + - 'jerome-benoit' + - 'olivierbagot' versioning-strategy: increase