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 5baa7a2 commit bc49383Copy full SHA for bc49383
.github/dependabot.yml
@@ -0,0 +1,21 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for GitHub Actions
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ open-pull-requests-limit: 10
9
+ commit-message:
10
+ prefix: "ci"
11
+ include: "scope"
12
+
13
+ # Enable version updates for Ruby dependencies
14
+ - package-ecosystem: "bundler"
15
16
17
18
19
20
+ prefix: "deps"
21
0 commit comments