diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f44c7ac..ba1d291 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: