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.
2 parents 4bc0858 + 8e5082b commit e3bd220Copy full SHA for e3bd220
.github/dependabot.yml
@@ -9,14 +9,16 @@ updates:
9
- package-ecosystem: "github-actions"
10
directory: "/"
11
schedule:
12
- interval: "daily"
+ interval: "weekly"
13
+ day: "sunday"
14
open-pull-requests-limit: 10
15
16
# Maintain dependencies for Ruby/Rails bundler
17
- package-ecosystem: "bundler"
18
19
20
21
22
23
allow:
24
- dependency-type: "direct"
@@ -26,5 +28,6 @@ updates:
26
28
- package-ecosystem: npm
27
29
30
31
32
33
0 commit comments