diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0fe8ef065ef..b14918812c3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: + - package-ecosystem: "maven" directory: "/" schedule: @@ -11,14 +12,24 @@ updates: maven-patch-group: update-types: - "patch" + exclude-patterns: + - "org.apache.commons:*" + apache-commons-group: + patterns: + - "org.apache.commons:*" + update-types: + - "minor" + open-pull-requests-limit: 10 - - package-ecosystem: "github-actions" + +- package-ecosystem: "github-actions" directory: "/" schedule: interval: monthly day: "tuesday" open-pull-requests-limit: 10 - - package-ecosystem: "npm" + +- package-ecosystem: "npm" directory: "/jena-fuseki2/jena-fuseki-ui" schedule: interval: "weekly"