Skip to content

Commit 6edcf35

Browse files
authored
A dependabot.yml file has been added to your repository. This will enable Dependabot to automatically check for updates to your Ruby dependencies (via Bundler) on a weekly schedule and open pull requests for updates. You can further customize the configuration if needed! (#100)
1 parent 67a425d commit 6edcf35

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "bundler"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 5
8+
allow:
9+
- dependency-type: "all"
10+
commit-message:
11+
prefix: "deps"
12+
include: "scope"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ GEM
155155
sqlite3 (2.6.0-x86_64-linux-gnu)
156156
stringio (3.1.1)
157157
sync (0.5.0)
158-
thor (1.3.2)
158+
thor (1.4.0)
159159
timeout (0.4.3)
160160
tins (1.38.0)
161161
bigdecimal

0 commit comments

Comments
 (0)