We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 285b450 + 351327a commit ddb325dCopy full SHA for ddb325d
.github/dependabot.yml
@@ -2,6 +2,7 @@ version: 2
2
updates:
3
- package-ecosystem: "bundler"
4
directory: "/"
5
+ open-pull-requests-limit: 3
6
schedule:
7
interval: "weekly"
8
.github/workflows/ruby.yml
@@ -117,3 +117,4 @@ jobs:
117
env:
118
PR_URL: ${{github.event.pull_request.html_url}}
119
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
120
+
0 commit comments