File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
4
" config:recommended" ,
5
+ " customManagers:dockerfileVersions" ,
5
6
" schedule:monthly" ,
6
7
" :maintainLockFilesMonthly"
7
8
],
8
9
"labels" : [" dependencies" ],
9
- "dockerfile" : {
10
- "enabled" : false
11
- },
12
10
"github-actions" : {
13
11
"fileMatch" : [" ^template/\\ .github/(?:workflows|actions)/.+\\ .ya?ml(?:.jinja)?$" ]
14
12
},
29
27
"groupSlug" : " ruby-lang" ,
30
28
"matchManagers" : [
31
29
" bundler" ,
30
+ " dockerfile" ,
31
+ " regex" ,
32
+ " ruby-version"
33
+ ],
34
+ "matchDatasources" : [
35
+ " docker" ,
36
+ " rubygems" ,
32
37
" ruby-version"
33
38
],
34
39
"matchDepNames" : [
35
- " ruby"
40
+ " ruby" ,
41
+ " registry.docker.com/library/ruby"
36
42
],
37
43
"commitMessageTopic" : " Ruby language"
38
44
}
Original file line number Diff line number Diff line change 1
1
# syntax = docker/dockerfile:1
2
2
3
3
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
4
+ # renovate: datasource=docker depName=registry.docker.com/library/ruby
4
5
ARG RUBY_VERSION=3.3.7
5
6
6
7
You can’t perform that action at this time.
0 commit comments