From d96b55005317fe95548d6d4a2cbd29d0b6f3d6ba Mon Sep 17 00:00:00 2001 From: Romain Broussard Date: Thu, 21 May 2026 11:48:19 +0200 Subject: [PATCH] feat(DEVEX-1339): add github-actions Dependabot ecosystem --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8056465 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "ci:"