X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fdependabot.yml;h=9f5deb09fb5d2f3a7fbbf62aad0c2940926b6537;hb=8f8f989efabf09ced480ebf661b54975dd7225b9;hp=eca1f15217266f9bf9014357f125fd9209c2e469;hpb=16c46962f43a692c996b1c89a94dc572fea52d63;p=e-mobility-charging-stations-simulator.git diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eca1f152..9f5deb09 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,22 +1,31 @@ # Docs: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates version: 2 updates: - - package-ecosystem: 'github-actions' + - package-ecosystem: github-actions directory: '/' schedule: - interval: 'daily' + interval: daily labels: - 'github-actions' reviewers: - 'jerome-benoit' - 'olivierbagot' - - package-ecosystem: 'npm' + - package-ecosystem: npm directory: '/' schedule: - interval: 'daily' + interval: daily labels: - 'dependencies' reviewers: - 'jerome-benoit' - 'olivierbagot' versioning-strategy: increase + - package-ecosystem: pip + directory: 'tests/ocpp-server' + schedule: + interval: daily + labels: + - 'dependencies' + reviewers: + - 'jerome-benoit' + - 'olivierbagot'