From 671b9903d7fba21f3a9c9db5f95912fc04a6b86b Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 11 Dec 2021 15:54:09 +0100 Subject: [PATCH] Add github-actions dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44ff606b4..b6ad5436b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,17 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + - package-ecosystem: pip directory: "/" schedule: interval: weekly open-pull-requests-limit: 10 target-branch: develop + +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + target-branch: main