From 6542a961b8837c03f7d5075e487cdf4005d7d793 Mon Sep 17 00:00:00 2001 From: "Allen D. Householder" Date: Tue, 30 Jan 2024 15:45:07 -0500 Subject: [PATCH] add groups to dependabot (#71) --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f44c7ac9..ba1d2911 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,20 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + mkdocs: + patterns: + - "mkdocs* + update-types: + - "minor" + - "patch" + ontology: + patterns: + - "owlready2" + - "rdflib" + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" schedule: