From b5fb23d541905895aec61b4df2f42227868e5d84 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Mon, 1 Apr 2024 15:37:31 +0200 Subject: [PATCH] CI: add dependabot.yml --- .github/dependabot.yml | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/pyproject.toml b/pyproject.toml index fed4c56..16fb7ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools >= 40.8.0", "wheel"] +requires = ["setuptools >= 40.8.0"] build-backend = "setuptools.build_meta"