From 98865253c11f4a8c4aec85cd0f2446e2a8d2ddaa Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 23 Mar 2026 23:43:04 -0700 Subject: [PATCH] security: Add dependabot config for github action updating (#10792) (#10796) (cherry picked from commit f34154b0b83102421e8d28adbc0158f06be02409) Signed-off-by: Kyle Gospodnetich Co-authored-by: Kyle Gospodnetich --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..8c0202ab18 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + # Maintain GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5