From edeb2e6a1e87aecbe98f96a092492ecfb20f51c2 Mon Sep 17 00:00:00 2001 From: Bregwin Jogi <91784318+brokoli777@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:11:00 -0400 Subject: [PATCH] Update dependabot.yml to auto update github actions (#703) * Update dependabot.yml to auto update github actions #702 * Updated indentation in dependabot.yml * Update .github/dependabot.yml --------- Co-authored-by: Henrik Skupin --- .github/dependabot.yml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9204c990..f8af080f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,15 @@ version: 2 updates: -- package-ecosystem: "pip" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - allow: - - dependency-type: all + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + allow: + - dependency-type: all