Skip to content

Commit

Permalink
chore: add playwright deps to support-deps renovate (#937)
Browse files Browse the repository at this point in the history
## Description
Add playwright deps to support-deps renovate job.

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
  • Loading branch information
UnicornChance authored Oct 18, 2024
1 parent 1af5a8f commit 94655cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"commitMessageTopic": "pepr"
},
{
"matchFileNames": [".github/**", "bundles/**", "tasks/iac.yaml", "tasks/setup.yaml", ".vscode/settings.json"],
"matchFileNames": ["e2e/playwright/**", ".github/**", "bundles/**", "tasks/iac.yaml", "tasks/setup.yaml", ".vscode/settings.json"],
"groupName": "support-deps",
"commitMessageTopic": "support dependencies"
},
Expand Down

0 comments on commit 94655cd

Please sign in to comment.