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 22975eb commit f322549Copy full SHA for f322549
.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
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
- ruby: "3.0"
19
- ruby: "3.1"
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
- name: Install Ruby ${{ matrix.ruby }}
23
uses: ruby/setup-ruby@v1
24
with:
0 commit comments