Skip to content

Commit

Permalink
Renovate bot use ignorePaths instead for fixtures (google#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex authored and julieqiu committed May 2, 2023
1 parent a8e87c7 commit 2e16e23
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 2e16e23

Please sign in to comment.