Skip to content

Commit

Permalink
ci: group github actions by datasources instead
Browse files Browse the repository at this point in the history
* ci: group github actions by datasources instead
  • Loading branch information
gmeligio authored Feb 13, 2024
1 parent 3d74643 commit 9d34edc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions renovate.json5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/patch/JsiiProjectPatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class JsiiProjectPatch extends JsiiProject {
},
{
groupName: 'github-actions',
matchManagers: ['github-actions'],
matchDatasources: ['github-tags'],
}
);

Expand Down

0 comments on commit 9d34edc

Please sign in to comment.