Skip to content

Commit

Permalink
Add dependabot terraform updater
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbanderson committed Apr 11, 2020
1 parent 40c73a3 commit 1884fca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/update_terraform.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Update terraform dependencies
on:
schedule:
# run every 15 minutes
- cron: '*/15 * * * *'

jobs:
dependabot-terraform:
runs-on: ubuntu-latest
steps:
- name: update terraform dependencies
uses: patrickjahns/dependabot-terraform-action@v1
with:
github_dependency_token: ${{ secrets.DEPENDENCY_GITHUB_TOKEN }}

0 comments on commit 1884fca

Please sign in to comment.