Skip to content

Commit

Permalink
Renovate bot use ignorePaths instead for fixtures (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Mar 5, 2023
1 parent 2c4f0b8 commit 1f4d4b7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
{
"matchPaths": [".github/"],
"groupName": "workflows"
},
{
"matchPaths": ["**/fixtures/"],
"groupName": "Ignore testing fixtures",
"enabled": false
}
],
"ignorePaths": [
"**/fixtures/**"
]
}

0 comments on commit 1f4d4b7

Please sign in to comment.