diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f54e79c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/server" + schedule: + interval: weekly + time: '03:00' + timezone: Europe/Berlin +- package-ecosystem: npm + directory: "/client" + schedule: + interval: weekly + time: '03:00' + timezone: Europe/Berlin +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + time: '03:00' + timezone: Europe/Berlin