We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a250204 commit e3feeb5Copy full SHA for e3feeb5
1 file changed
.github/dependabot.yml
@@ -5,7 +5,21 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ # Maintain dependencies for GitHub Actions
+ - package-ecosystem: "github-actions"
10
+ directory: "/"
11
schedule:
- interval: "weekly"
12
+ interval: "monthly"
13
+ groups:
14
+ actions:
15
+ patterns:
16
+ - "*"
17
+ # Maintain dependencies for Ruby
18
+ - package-ecosystem: "bundler"
19
20
+ schedule:
21
22
23
+ bundler:
24
25
0 commit comments