We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8229d commit 5127623Copy full SHA for 5127623
.github/dependabot.yml
@@ -4,14 +4,27 @@ updates:
4
directories:
5
- "/"
6
schedule:
7
- interval: daily
8
- open-pull-requests-limit: 10
+ interval: weekly
9
ignore:
10
- - dependency-name: com.sap.cds:*
11
- versions:
12
- - ">=4"
+ - dependency-name: "com.sap.cds:*"
+ versions:
+ - ">=4"
+ groups:
13
+ minor-patch:
14
+ patterns:
15
+ - "*"
16
+ update-types:
17
+ - minor
18
+ - patch
19
20
- package-ecosystem: github-actions
21
directory: "/"
22
23
24
25
26
27
28
29
30
0 commit comments