mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Add alpha dependabot config for pub for testing
This commit is contained in:
15
.github/workflows/dependabot.yml
vendored
Normal file
15
.github/workflows/dependabot.yml
vendored
Normal file
@@ -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: /
|
||||
Reference in New Issue
Block a user