We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebca2e commit 31e39a3Copy full SHA for 31e39a3
1 file changed
‎.github/dependabot.yml‎
@@ -4,17 +4,30 @@ updates:
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
schedule:
7
- interval: "daily"
+ interval: "weekly"
8
cooldown:
9
default-days: 7
10
commit-message:
11
prefix: ⬆
12
+ labels:
13
+ - "internal"
14
+ - "dependencies"
15
+ - "github_actions"
16
+ groups:
17
+ github-actions:
18
+ patterns:
19
+ - "*"
20
# Node.js
21
- package-ecosystem: "npm"
22
23
24
25
26
27
28
29
30
+ npm-packages:
31
+ dependency-type: "development"
32
33
0 commit comments