mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
Add pip to dependabot config
This commit is contained in:
parent
4f07e8ee6a
commit
096c5afb02
1 changed files with 5 additions and 0 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -29,3 +29,8 @@ updates:
|
||||||
directory: build/socketio
|
directory: build/socketio
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
|
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue