From 8ea1ac258ceb483c2fc80e29ab4af9116e3b8951 Mon Sep 17 00:00:00 2001 From: Alexandre Gomes Gaigalas Date: Wed, 22 Apr 2026 16:55:38 -0300 Subject: [PATCH] Add dependabot.yml --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5ff1fd3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + # Maintain dependencies for Composer + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file