From e47cbd7de7b1e820584432ebe08fe93afdb6d710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Wed, 3 Sep 2025 06:17:16 -0500 Subject: [PATCH] ci: setup dependabot to manage github actions updates (#108) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1ae91c2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + day: monday + time: "11:00" + open-pull-requests-limit: 10 + assignees: + - luisnquin