We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcbb00 commit cf9bda2Copy full SHA for cf9bda2
.github/dependabot.yml
@@ -22,8 +22,19 @@
22
23
version: 2
24
updates:
25
- - package-ecosystem: "maven" # See documentation for possible values
26
- directory: "/" # Location of package manifests
+ - package-ecosystem: "github-actions"
+ directory: "/"
27
+ open-pull-requests-limit: 2
28
+ schedule:
29
+ interval: "weekly"
30
+ groups:
31
+ github-actions-dependencies:
32
+ patterns:
33
+ - "*"
34
+ cooldown:
35
+ default-days: 7
36
+ - package-ecosystem: "maven"
37
38
schedule:
39
interval: "daily"
40
cooldown:
0 commit comments