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 2fdc5dc commit e1bf303Copy full SHA for e1bf303
.dependabot/config.yml
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+updates:
3
+ # Maintain dependencies for Ruby
4
+ - package-ecosystem: "bundler"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "daily" # Checks on Monday trough Friday.
8
+
9
+ # Set default reviewer and labels
10
+ reviewers:
11
+ - "ben"
12
+ labels:
13
+ - "dependabot"
0 commit comments