From 5d478d0e5b80fd8926abf7827fd2e5521e11c1a2 Mon Sep 17 00:00:00 2001 From: "Eric G. Kratz" Date: Fri, 20 Dec 2024 16:16:36 -0500 Subject: [PATCH] Add dependabot for automatic workflow updates (#84) * Add dependabot for automatic workflow updates * Fix typo --- .github/dependabot.yml | 10 ++++++++++ pyproject.toml | 1 - 2 files changed, 10 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..d15c975 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*" diff --git a/pyproject.toml b/pyproject.toml index 852eab2..28bbd49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,6 @@ classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",