diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 04fc4f9..e238023 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,10 +8,15 @@ updates: open-pull-requests-limit: 10 cooldown: default-days: 7 - ignore: - - dependency-name: com.sap.cds:* - versions: - - ">=4" + labels: + - "no changelog" + groups: + minor-patch: + patterns: + - "*" + update-types: + - minor + - patch - package-ecosystem: npm directories: @@ -21,6 +26,15 @@ updates: open-pull-requests-limit: 10 cooldown: default-days: 7 + labels: + - "no changelog" + groups: + minor-patch: + patterns: + - "*" + update-types: + - minor + - patch - package-ecosystem: github-actions directory: "/" @@ -28,6 +42,8 @@ updates: interval: weekly cooldown: default-days: 7 + labels: + - "no changelog" groups: github-actions: patterns: