Skip to content

Commit

Permalink
Adjust handling of GH action dependencies for CI/CD partnership (#12818)
Browse files Browse the repository at this point in the history
  • Loading branch information
trmartin4 authored Jan 15, 2025
1 parent 4a1e8cc commit 1916fdc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
"enabledManagers": ["cargo", "github-actions", "npm"],
"packageRules": [
{
"groupName": "gh minor",
"groupName": "github action dependencies",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"matchManagers": ["github-actions"],
"commitMessagePrefix": "[deps] BRE:"
"matchUpdateTypes": ["minor"]
},
{
"matchManagers": ["cargo"],
Expand Down

0 comments on commit 1916fdc

Please sign in to comment.