From 98a396d9a580c170e58a1a07df080656280942b0 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Mon, 17 May 2021 13:36:40 +0200 Subject: [PATCH] Add alpha dependabot config for pub for testing --- .github/workflows/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..7e827d5a --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,15 @@ +name: Dependabot Pub + +on: workflow_dispatch + +jobs: + pub: + name: Dependabot Pub + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: dart-lang/setup-dart@v1 + - name: Update + uses: IchordeDionysos/dependabot-pub-runner@main + with: + path: / \ No newline at end of file