From f34154b0b83102421e8d28adbc0158f06be02409 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 23 Mar 2026 23:40:32 -0700 Subject: [PATCH] security: Add dependabot config for github action updating (#10792) Signed-off-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