From 4f9ff391aa75fa9fc7052786814e0effeeceb8b8 Mon Sep 17 00:00:00 2001 From: MartinS926 <136586757+MartinS926@users.noreply.github.com> Date: Thu, 14 Sep 2023 18:09:54 +0200 Subject: [PATCH] PTFE-821 Add actions package ecosystem to dependabot updates (#143) --- .github/dependabot.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7f7a24d0..c1917f71 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,17 @@ version: 2 updates: - - package-ecosystem: "pip" + - package-ecosystem: pip directory: "/" schedule: - interval: "daily" - open-pull-requests-limit: 10 + interval: weekly + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + commit-message: + prefix: github-actions + include: scope + labels: + - github-actions + - dependencies