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