We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e7c94 commit c615f59Copy full SHA for c615f59
1 file changed
.github/dependabot.yml
@@ -1,13 +1,23 @@
1
version: 2
2
updates:
3
- # Maintain dependencies for GitHub Actions
4
- package-ecosystem: 'github-actions'
5
directory: '/'
6
schedule:
7
interval: 'daily'
+ groups:
8
+ github-actions-dependencies:
9
+ patterns:
10
+ - '*'
11
+ cooldown:
12
+ default-days: 7
13
- # Maintain dependencies for npm
14
- package-ecosystem: 'npm'
15
16
17
18
19
+ npm-dependencies:
20
21
22
23
0 commit comments