Skip to content

Commit

Permalink
Group the accepentces Pest python update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 7, 2023
1 parent d97418b commit a3138e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,13 @@
matchPackageNames: ['node'],
enabled: false,
},
/** Group the Python update of the acceptance image */
{
matchFileNames: ['acceptance_tests/*'],
matchPackageNames: ['python'],
enabled: true,
automerge: true,
groupName: 'acceptance tests Python',
},
],
}

0 comments on commit a3138e4

Please sign in to comment.