diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 721ebc54..f5cd6b22 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,14 +4,27 @@ updates: directories: - "/" schedule: - interval: daily - open-pull-requests-limit: 10 + interval: weekly ignore: - - dependency-name: com.sap.cds:* - versions: - - ">=4" + - dependency-name: "com.sap.cds:*" + versions: + - ">=4" + groups: + minor-patch: + patterns: + - "*" + update-types: + - minor + - patch - package-ecosystem: github-actions directory: "/" schedule: - interval: daily + interval: weekly + groups: + minor-patch: + patterns: + - "*" + update-types: + - minor + - patch