We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fbb70f + da38137 commit e401045Copy full SHA for e401045
.github/dependabot.yml
@@ -5,4 +5,8 @@ updates:
5
schedule:
6
interval: daily
7
open-pull-requests-limit: 10
8
- versioning-strategy: lockfile-only
+ versioning-strategy: lockfile-only
9
+ # Dependabot is currently failing to pull gems hosted outside of RubyGems
10
+ # We need to ignore these gems for now so that dependabot does proceed with updating the other gems
11
+ ignore:
12
+ - dependency-name: "dibble"
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
29
30
- name: Install Ruby
31
uses: ruby/setup-ruby@v1
0 commit comments