mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Remove workflow for dependency management
This is now handled by the official Github dependabot
This commit is contained in:
15
.github/workflows/dependabot.yml
vendored
15
.github/workflows/dependabot.yml
vendored
@@ -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: /
|
||||
Reference in New Issue
Block a user