We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720f8a8 commit e27eba5Copy full SHA for e27eba5
.github/dependabot.yml
@@ -0,0 +1,17 @@
1
+version: 2
2
+updates:
3
+ # raise PRs for gem updates
4
+ - package-ecosystem: bundler
5
+ directory: "/"
6
+ schedule:
7
+ interval: daily
8
+ time: "13:00"
9
+ open-pull-requests-limit: 10
10
+
11
+ # Maintain dependencies for GitHub Actions
12
+ - package-ecosystem: github-actions
13
14
15
16
17
0 commit comments