From 76a62626e15149ffefdadf5fa191a42576abeda2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Mon, 5 Feb 2024 11:26:59 +0100 Subject: [PATCH] chore: include github actions in dependabot (#104) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd6077d..643e20b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,13 @@ updates: directory: / schedule: interval: monthly + day: sunday + open-pull-requests-limit: 3 + rebase-strategy: disabled + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + day: sunday open-pull-requests-limit: 3 rebase-strategy: disabled