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 43f22c4 commit b80d508Copy full SHA for b80d508
1 file changed
.github/dependabot.yml
@@ -3,11 +3,22 @@ updates:
3
- package-ecosystem: npm
4
directory: "/"
5
schedule:
6
- interval: daily
7
- time: "04:00"
8
- timezone: Europe/Berlin
9
- open-pull-requests-limit: 10
+ interval: "weekly"
+ open-pull-requests-limit: 20
10
versioning-strategy: lockfile-only
+ labels:
+ - dependencies
11
+ groups:
12
+ dependencies:
13
+ patterns:
14
+ - "*"
15
+ - package-ecosystem: "github-actions"
16
+ directory: "/"
17
+ schedule:
18
19
20
21
22
groups:
23
dependencies:
24
patterns:
0 commit comments