Skip to content

Commit

Permalink
feat: add dependabot to cloud platform project workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebell committed May 31, 2024
1 parent 4f393f8 commit de73e79
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dependencies-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Add dependencies to Cloud Platform project

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
add-dependabot-to-project:
uses: ministryofjustice/cloud-platform-github-workflows/.github/workflows/dependencies-project.yml@main
secrets: inherit

0 comments on commit de73e79

Please sign in to comment.