From 44e478683bd7fca114af1aa4322a4fb04a470563 Mon Sep 17 00:00:00 2001 From: HuijingHei Date: Fri, 1 Nov 2024 10:05:45 +0800 Subject: [PATCH] dependabot: add "github-actions" Inspired by https://github.com/coreos/bootupd/pull/758#issuecomment-2441048372 --- .github/dependabot.yml | 5 +++++ dependabot/dependabot.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5022c65..fdfbdb7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,8 @@ updates: open-pull-requests-limit: 10 labels: - dependency + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 3 diff --git a/dependabot/dependabot.yml b/dependabot/dependabot.yml index 1c8ddfd..9b3e150 100644 --- a/dependabot/dependabot.yml +++ b/dependabot/dependabot.yml @@ -3,6 +3,11 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 3 - package-ecosystem: {% if dependabot_ecosystem != "auto" -%} {{ dependabot_ecosystem }} {%- elif crate -%}