Skip to content

Commit

Permalink
Add dependabot-cake GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Dec 19, 2020
1 parent 0b97527 commit 9ae846e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dependabot-cake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
schedule:
# every Sunday at 6am
- cron: '0 6 * * SUN'

workflow_dispatch:

jobs:
dependabot-cake:
runs-on: ubuntu-latest
steps:
- name: check/update cake dependencies
uses: augustoproiete-actions/nils-org--dependabot-cake-action@v1

0 comments on commit 9ae846e

Please sign in to comment.