From 8de6f9e37720bc473e5acd686a32934c1169b73a Mon Sep 17 00:00:00 2001 From: dimakis Date: Sat, 4 Jul 2026 02:03:20 +0100 Subject: [PATCH] chore(ci): enable Dependabot for npm, Docker, and GitHub Actions Co-Authored-By: Claude Opus 4.6 --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..037e29fd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + day: monday + groups: + minor-and-patch: + update-types: [minor, patch] + - package-ecosystem: docker + directory: / + schedule: + interval: weekly + day: monday + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: monday