Skip to content

Commit

Permalink
Merge pull request #171 from ministryofjustice/add-dependebot-project…
Browse files Browse the repository at this point in the history
…-workflow

feat: add dependabot to cloud platform project workflow
  • Loading branch information
mikebell authored May 31, 2024
2 parents 4f393f8 + de73e79 commit e0bb912
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 e0bb912

Please sign in to comment.