Skip to content

Commit

Permalink
Have Renovate file GitHub CodeQL upgrade PRs once every four weeks (#745
Browse files Browse the repository at this point in the history
)

While there, match on the `depName` of `ruby/setup-ruby`.
  • Loading branch information
rickie authored Aug 15, 2023
1 parent 88ed3ea commit d758fab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
"separateMinorPatch": true
},
{
"matchPackagePatterns": [
"^ruby\\/setup-ruby$"
"matchDepNames": [
"github/codeql-action",
"ruby/setup-ruby"
],
"schedule": "* * 1 * *"
"schedule": "every 4 weeks on Monday"
}
],
"reviewers": [
Expand Down

0 comments on commit d758fab

Please sign in to comment.