From ae911a13313be7a9c2e2886c90056605055ac66b Mon Sep 17 00:00:00 2001 From: Felix Date: Sat, 18 Dec 2021 15:41:33 +0100 Subject: [PATCH] Add dependabot.yml config (#2335) --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..f1b24d13 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# Docs: + +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: {interval: monthly} + + - package-ecosystem: pip + directory: /docs/ + schedule: {interval: monthly}