Skip to content

Commit

Permalink
Use depName for ruby/setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Aug 15, 2023
1 parent 6d7f7bf commit 9b2b64f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"separateMinorPatch": true
},
{
"matchDepNames": ["github/codeql-action"],
"matchPackagePatterns": [
"^ruby\\/setup-ruby$"
"matchDepNames": [
"github/codeql-action",
"ruby/setup-ruby"
],
"schedule": "every 4 weeks on Monday"
}
Expand Down

0 comments on commit 9b2b64f

Please sign in to comment.