Skip to content

Commit

Permalink
use common bulk dep upgrade workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed May 1, 2023
1 parent 79494c6 commit e02ac69
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/bulk-dep-upgrades.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Upgrade dependencies
on:
workflow_dispatch:
schedule:
# Runs 12:00AM on the first of every month
- cron: '0 0 1 * *'
jobs:
upgrade:
# using `main` as the ref will keep your workflow up-to-date
uses: hashicorp/vault-workflows-common/.github/workflows/bulk-dependency-updates.yaml@main
secrets:
VAULT_ECO_GITHUB_TOKEN: ${{ secrets.VAULT_ECO_GITHUB_TOKEN }}
with:
# either hashicorp/vault-ecosystem-applications or hashicorp/vault-ecosystem-foundations
reviewer-team: hashicorp/vault-ecosystem-applications
repository: ${{ github.repository }}
run-id: ${{ github.run_id }}

0 comments on commit e02ac69

Please sign in to comment.