mirror of
https://github.com/LAION-AI/Open-Assistant.git
synced 2026-03-27 14:01:20 +00:00
Added dependabot file to implement weekly dependency version checks for Node JS changes in this PR: adds a new file under `.github/` called `depndabot.yml`. --------- Co-authored-by: notmd <33456881+notmd@users.noreply.github.com>
7 lines
114 B
YAML
7 lines
114 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/website"
|
|
schedule:
|
|
interval: "weekly"
|