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: + - "*"