mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
ci(Dependabot): Add config for docker and npm
This commit is contained in:
parent
5aa6e4ec4a
commit
d1ed880c78
1 changed files with 10 additions and 0 deletions
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
|
|
@ -4,3 +4,13 @@ updates:
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
|
|
||||||
|
- package-ecosystem: docker
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: build/frappe-socketio
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue