From 3cf0a1ccb770b67dc4b889b9e27901ec1f90f7c9 Mon Sep 17 00:00:00 2001 From: Josh Cummings <3627351+jzheaux@users.noreply.github.com> Date: Thu, 5 Feb 2026 14:47:42 -0700 Subject: [PATCH] Use Dependabot for GitHub Actions Closes gh-18648 Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com> --- .github/dependabot.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5cbc9a5cc..d25baaa50d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -110,6 +110,30 @@ updates: - 'type: task' - 'in: build' + - package-ecosystem: github-actions + target-branch: main + schedule: + interval: weekly + labels: + - 'type: task' + - 'in: build' + + - package-ecosystem: github-actions + target-branch: 7.0.x + schedule: + interval: weekly + labels: + - 'type: task' + - 'in: build' + + - package-ecosystem: github-actions + target-branch: 6.5.x + schedule: + interval: weekly + labels: + - 'type: task' + - 'in: build' + - package-ecosystem: 7.0.x target-branch: main directory: /docs