Skip to content

Commit

Permalink
Update renovate.json - allow ignoretests for gha updates (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Dec 15, 2024
1 parent 4aaeb07 commit e116575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["patch", "minor"],
"automerge": true
"automerge": true,
"ignoreTests": true
}
]
}

0 comments on commit e116575

Please sign in to comment.