Skip to content

Commit

Permalink
Add dependabot-cake GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Sep 13, 2021
1 parent 76ae36a commit c239649
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-20.04
steps:
- name: check/update cake dependencies
uses: augustoproiete-actions/nils-org--dependabot-cake-action@v1.1.0

0 comments on commit c239649

Please # to comment.