From 9984a9cbd4c24d1e319e7d252314c7bfb2b1c9d1 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Thu, 9 Jan 2025 11:22:59 +0000 Subject: [PATCH] Add Dependabot configuration (#2202) This PR adds a Dependabot configuration file to keep dependencies up to date. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..c7fc735ee --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: "daily"