Skip to content

Commit 941e12f

Browse files
committed
Include ruby dockerfile updates
1 parent a0f401a commit 941e12f

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

renovate.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended",
5+
"customManagers:dockerfileVersions",
56
"schedule:monthly",
67
":maintainLockFilesMonthly"
78
],
89
"labels": ["dependencies"],
9-
"dockerfile": {
10-
"enabled": false
11-
},
1210
"github-actions": {
1311
"fileMatch": ["^template/\\.github/(?:workflows|actions)/.+\\.ya?ml(?:.jinja)?$"]
1412
},
@@ -29,10 +27,18 @@
2927
"groupSlug": "ruby-lang",
3028
"matchManagers": [
3129
"bundler",
30+
"dockerfile",
31+
"regex",
32+
"ruby-version"
33+
],
34+
"matchDatasources": [
35+
"docker",
36+
"rubygems",
3237
"ruby-version"
3338
],
3439
"matchDepNames": [
35-
"ruby"
40+
"ruby",
41+
"registry.docker.com/library/ruby"
3642
],
3743
"commitMessageTopic": "Ruby language"
3844
}

template/{{app_name}}/Dockerfile.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# syntax = docker/dockerfile:1
22

33
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
4+
# renovate: datasource=docker depName=registry.docker.com/library/ruby
45
ARG RUBY_VERSION=3.3.7
56

67

0 commit comments

Comments
 (0)