From ea40ea53fcb81358781ff9025b20cc555002e474 Mon Sep 17 00:00:00 2001 From: Stefanni Brasil Date: Wed, 7 Jan 2026 19:32:47 -0700 Subject: [PATCH] Add GitHub actions to dependabot workflow I realized in https://github.com/faker-ruby/faker/pull/3167 that we we're running an older `actions/checkout@v6` version. Then I remembered we can have dependabot keeping these actions up to date for us. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5f72cb3d4b..9a62a51d52 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,11 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + time: "02:00" + timezone: "Etc/UTC"