diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 7e827d5a..00000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,15 +0,0 @@ -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