File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-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
},
31
29
" bundler" ,
32
30
" ruby-version"
33
31
],
32
+ "matchDatasources" : [
33
+ " docker"
34
+ ],
34
35
"matchDepNames" : [
35
- " ruby"
36
+ " ruby" ,
37
+ " registry.docker.com/library/ruby"
36
38
],
37
39
"commitMessageTopic" : " Ruby language"
38
40
}
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