From 4243c1e598e76276ee5ef26f8b5c27ce9a82da58 Mon Sep 17 00:00:00 2001 From: yew1eb Date: Tue, 16 Dec 2025 23:35:49 +0800 Subject: [PATCH 1/2] [AURON #1760] Enable Dependabot updates for GitHub Actions --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9fd83e880..ed4f6dd92 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,10 @@ updates: open-pull-requests-limit: 10 target-branch: master labels: [auto-dependencies] + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + target-branch: master + labels: [dependencies] \ No newline at end of file From 6c6db570812ee5aada3eb194bcdb63ac71939ee0 Mon Sep 17 00:00:00 2001 From: yew1eb Date: Wed, 17 Dec 2025 22:21:21 +0800 Subject: [PATCH 2/2] up --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed4f6dd92..279313064 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,4 +30,4 @@ updates: interval: daily open-pull-requests-limit: 10 target-branch: master - labels: [dependencies] \ No newline at end of file + labels: [auto-dependencies] \ No newline at end of file