Files
Quarks-1 abad9d1a96 Dependabot addition (#2684)
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>
2023-04-22 12:14:05 +02:00

7 lines
114 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/website"
schedule:
interval: "weekly"