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.
1 parent a84d036 commit b727ce4Copy full SHA for b727ce4
.github/dependabot.yml
@@ -0,0 +1,29 @@
1
+---
2
+version: 2
3
+updates:
4
+ - package-ecosystem: bundler
5
+ vendor: true
6
+ directory: "/"
7
+ schedule:
8
+ interval: weekly
9
+ day: "monday"
10
+ time: "21:00"
11
+ groups:
12
+ prod-ruby-dependencies:
13
+ dependency-type: "production"
14
+ patterns:
15
+ - "*"
16
+ dev-ruby-dependencies:
17
+ dependency-type: "development"
18
19
20
+ - package-ecosystem: github-actions
21
22
23
+ github-actions:
24
25
26
27
28
+ day: "tuesday"
29
0 commit comments