Skip to content

Commit e401045

Browse files
authored
Merge pull request #1018 from DEFRA/dependabot-setup
Update Dependabot configuration
2 parents 1fbb70f + da38137 commit e401045

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8-
versioning-strategy: lockfile-only
8+
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
- name: Install Ruby
3131
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)