From c99bf05642d674cb30ce20b44da79b10e386631f Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 23 Mar 2026 23:43:03 -0700 Subject: [PATCH] security: Add dependabot config for github action updating (#10792) (#10795) (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