Skip to content

Commit b19caf8

Browse files
authored
Add .ruby-version to renovate includePaths (#69)
Include .ruby-version file in Renovate configuration to enable automated Ruby version dependency updates.
1 parent e3742a4 commit b19caf8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"config:recommended"
55
],
66
"minimumReleaseAge": "7 days",
7+
"includePaths": [
8+
".ruby-version",
9+
"Gemfile",
10+
"Gemfile.lint",
11+
".github/workflows/**"
12+
],
713
"ignorePaths": [
814
"spec/integrations"
915
],

0 commit comments

Comments
 (0)