From d47d178c5fa349d785aff54cd7040c6b723518b7 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 5 Feb 2024 16:51:38 +0100 Subject: [PATCH] Upgrade pip and GitHub Actions dependencies with dependabot (#721) Like https://github.com/celery/celery/blob/main/.github/dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..47a31bc9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily"