From f5646dc83e0a0b3e9b06bb45253fae8543afba84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Christian=20Winther-S=C3=B8rensen?= Date: Thu, 10 Oct 2024 13:32:54 +0200 Subject: [PATCH] Add actions folder to dependabot directories list --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb7b8e1e..0e19d509 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,9 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/*/" open-pull-requests-limit: 20 target-branch: "dev" schedule: