X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fdependabot.yml;h=6058cd7cfe77c8c438fbb7d6a32ebc6aa4635d32;hb=67782acd4c8c282711910436be9ca56e481b9590;hp=3ae891ae7f8c7d6b1759775b9acd1480778aca7c;hpb=11856fb7f3d72cf00e90b3b4b5c71971d45ccd63;p=e-mobility-charging-stations-simulator.git diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3ae891ae..6058cd7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ # 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' @@ -10,7 +10,7 @@ updates: reviewers: - 'jerome-benoit' - 'olivierbagot' - - package-ecosystem: 'npm' + - package-ecosystem: npm directory: '/' schedule: interval: 'daily' @@ -20,13 +20,12 @@ updates: - 'jerome-benoit' - 'olivierbagot' versioning-strategy: increase - - package-ecosystem: 'npm' - directory: '/src/ui/web' + - package-ecosystem: pip + directory: 'tests/ocpp-server' schedule: - interval: 'daily' + interval: daily labels: - 'dependencies' reviewers: - 'jerome-benoit' - 'olivierbagot' - versioning-strategy: increase