Skip to content

Commit

Permalink
Block patch upgrades for GH actions (#5738)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- Patch upgrades for GH actions are unnecessary noise

## Description of the changes
- Restrict updates to major/minor only

Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Jul 12, 2024
1 parent c6d7e17 commit eae8e66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"matchManagers": ["github-actions"],
"groupName": "github-actions deps"
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major", "patch", "digest"],
"enabled": false
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": [
Expand Down

0 comments on commit eae8e66

Please sign in to comment.