From 9ae846eb555df3aa41437d01364435dcdd97f0ee Mon Sep 17 00:00:00 2001 From: "C. Augusto Proiete" Date: Sat, 19 Dec 2020 02:38:03 -0400 Subject: [PATCH] Add dependabot-cake GitHub Actions workflow --- .github/workflows/dependabot-cake.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/dependabot-cake.yml diff --git a/.github/workflows/dependabot-cake.yml b/.github/workflows/dependabot-cake.yml new file mode 100644 index 0000000..ebf78d6 --- /dev/null +++ b/.github/workflows/dependabot-cake.yml @@ -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