Skip to content

Commit

Permalink
Merge remote-tracking branch 'jgraichen/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed May 20, 2024
2 parents f591845 + 4eeffed commit fab43c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ruby.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
matchUpdateTypes: ["minor", "patch"],
groupName: "gems dependencies",
},
{
matchManagers: ["custom.regex"],
matchFileNames: [".github/workflows/*"],
rangeStrategy: "replace",
},
// Group ruby binaries and known container images
{
groupName: "Ruby",
matchPackageNames: [
"ghcr.io/ruby/ruby",
"registry.docker.com/library/ruby",
"ruby",
],
},
],
customManagers: [
{
Expand Down

0 comments on commit fab43c8

Please sign in to comment.