From d5d7cecbcbbc5bac11c2f56bc9c4884b9125c9d1 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Morin <38703886+JeanChristopheMorinPerso@users.noreply.github.com> Date: Thu, 9 Nov 2023 19:58:29 -0500 Subject: [PATCH] Configure dependabot for GHA and docs (#1575) Signed-off-by: Jean-Christophe Morin --- .github/dependabot.yml | 14 ++++++++++++++ docs/requirements.txt | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..55b459ff7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" + + - package-ecosystem: "pip" + directory: "/docs" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" diff --git a/docs/requirements.txt b/docs/requirements.txt index 470e82a19..12721cf04 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ -sphinx +sphinx >=7.0.0,<8.0.0 furo sphinx-autobuild