From 8ae77eba349c67bd7f6e188becbfd4e77f9db1f1 Mon Sep 17 00:00:00 2001 From: Atour <28668597+amousavigourabi@users.noreply.github.com> Date: Wed, 14 Jan 2026 21:46:53 +0100 Subject: [PATCH] Add GitHub Actions to Dependabot configuration --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 273fff0..b44cfbd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"