From a32513f08c8602ff949f110423e89e39d70b751c Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 27 Jun 2023 20:17:57 -0700 Subject: [PATCH] Use dependabot --- .github/dependabot.yml | 10 ++++++++++ requirements.txt | 2 +- 2 files changed, 11 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..3b5ca19 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly" diff --git a/requirements.txt b/requirements.txt index db79816..aa8fb54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pre-commit>=2.20 +pre-commit==2.20