From 3366c6b0b215b3b3e152e2a6cfb0a1a71125d6ab Mon Sep 17 00:00:00 2001 From: Erik Lindgren Date: Mon, 22 Jan 2024 14:32:03 +0100 Subject: [PATCH] Update dependabot.yml Include GitHub Actions version updates. --- .github/dependabot.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index af1c6539..597d28a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,15 @@ updates: directory: "/" schedule: interval: "weekly" - day: 'wednesday' - time: '04:00' + day: "wednesday" + time: "04:00" open-pull-requests-limit: 10 - target-branch: dev + target-branch: "dev" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "wednesday" + time: "04:00" + open-pull-requests-limit: 10 + target-branch: "dev"