1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00
EDMarketConnector/.github/dependabot.yml
A_D e787e78e90 Create dependabot config file
Dependabot will open PRs automatically for us to update dependencies, assuming they have no breaking changes.
2020-10-05 12:17:23 +01:00

13 lines
261 B
YAML

version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"