Skip to content

Commit f7c23e9

Browse files
authored
chore: Adds dependabot cleanup workflow (#4396)
1 parent 470a8cb commit f7c23e9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Dependabot lockfile cleanup
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
8+
jobs:
9+
cleanup:
10+
uses: cloudscape-design/actions/.github/workflows/dependabot-lockfile-cleanup.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)