From cbc043780f1b3ae35a2e11b91d340c92b3dc612f Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Tue, 12 Aug 2025 10:57:28 +0300 Subject: [PATCH 1/3] Update github-actions files across multiple locations --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b584713..cbbcbba1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,9 @@ version: 2 updates: - package-ecosystem: github-actions - directory: / + directories: + - ".github/workflows" + - "docs/examples" schedule: interval: "weekly" groups: From 2e91484ad31762ccc9d011c3b93a2686d3b2e036 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Tue, 12 Aug 2025 08:01:51 +0000 Subject: [PATCH 2/3] fix trim trailing whitespace --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cbbcbba1..7b4294dc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: github-actions - directories: + directories: - ".github/workflows" - "docs/examples" schedule: From 1962b87eb7e99142d741d593d28c260960d547e0 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Tue, 12 Aug 2025 11:29:53 +0300 Subject: [PATCH 3/3] Apply review suggestions dependabot.yml Co-authored-by: Brendan <2bndy5@gmail.com> --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b4294dc..53dc4800 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ version: 2 updates: - package-ecosystem: github-actions directories: - - ".github/workflows" + - "/" - "docs/examples" schedule: interval: "weekly"