Skip to content

Commit

Permalink
ci(renovate): enable renovate action patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 26, 2024
1 parent 1173670 commit 2191e31
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,9 @@
],
packageRules: [
{
description: "Ignore frequent renovate updates",
enabled: false,
description: "Update renovatebot/github-action minor/patch updates on Sundays",
matchPackageNames: ["renovatebot/github-action"],
matchUpdateTypes: ["patch"],
},
{
description: "Update renovatebot/github-action minor updates on Sundays",
matchPackageNames: ["renovatebot/github-action"],
matchUpdateTypes: ["minor"],
matchUpdateTypes: ["minor", "patch"],
schedule: ["* * * * 0"],
},
{
Expand Down

0 comments on commit 2191e31

Please sign in to comment.