From 7561b2d872fe9efb3eb846efc0cebeb301b103f6 Mon Sep 17 00:00:00 2001 From: daniel-techAI <290375699+daniel-techAI@users.noreply.github.com> Date: Sun, 2 Aug 2026 14:17:52 +0200 Subject: [PATCH] Add weekly dependency maintenance --- .github/CODEOWNERS | 1 + .github/dependabot.yml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/dependabot.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..2025355 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @daniel-techAI diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8bf471c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,31 @@ +version: 2 + +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "06:00" + timezone: "Europe/Bratislava" + open-pull-requests-limit: 5 + groups: + npm-minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "06:15" + timezone: "Europe/Bratislava" + open-pull-requests-limit: 5 + groups: + github-actions: + patterns: + - "*"