toby/.github/dependabot.yml
Krzysztof Rewak 2abd83526d
#1 - skeleton polishing (#12)
* #1 - skeleton polishing

* #1 - readme
2022-01-12 08:49:22 +01:00

23 lines
442 B
YAML

version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: monthly
time: "06:30"
commit-message:
prefix: "#5 - (php) "
target-branch: main
open-pull-requests-limit: 1
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
time: "06:30"
commit-message:
prefix: "#5 - (js) "
target-branch: main
open-pull-requests-limit: 1