From 0058bc3ca5a3528bb067fc9416e15c135fd24d13 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Thu, 19 Mar 2026 10:44:53 +0800 Subject: [PATCH 1/2] Run Dependabot on GitHub Actions --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..9d3c24b92 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" From 24c67ad7528931d5cb79bbb12bcbf56c001dd545 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Thu, 19 Mar 2026 11:21:56 +0800 Subject: [PATCH 2/2] Update action --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d3c24b92..410f5b7bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,8 @@ -# Set update schedule for GitHub Actions +# Configures Dependabot to update packages used in GitHub Actions +# https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/keeping-your-actions-up-to-date-with-dependabot version: 2 updates: - - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every week - interval: "weekly" + interval: "weekly" \ No newline at end of file