Skip to content

Commit

Permalink
ci: adjust renovate schedule to suggest workflow updates at any time (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Nov 19, 2024
1 parent ef75039 commit ddeeedb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ module.exports = {
matchPackageNames: ["*"],
matchUpdateTypes: ["minor", "patch"]
},
{
matchPackageNames: ["SwanseaUniversityMedical/workflows"],
schedule: ["at any time"],
},
{
groupName: "workflows non-major dependencies",
groupSlug: "workflows-minor-patch",
Expand Down

0 comments on commit ddeeedb

Please sign in to comment.