From 55601caed96296031dabde4df4afe25b890a1ecf Mon Sep 17 00:00:00 2001 From: insolor Date: Sun, 1 Oct 2023 11:25:27 +0300 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index adb3a1a..11a14b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,14 @@ updates: - "flake8*" - "black" - "isort" + examples: + patterns: + - "Pillow" + - "httpx" + - "customtkinter" + docs: + patterns: + - "mkdocs*" - package-ecosystem: "github-actions" directory: "/"