Skip to content

Commit

Permalink
Merge pull request #107 from gbtb16/bugfix/dependabot-yaml
Browse files Browse the repository at this point in the history
fix(dependabot): fixed workflow file.
  • Loading branch information
gbtb16 committed Jan 31, 2024
2 parents 1d43bcd + 42f0173 commit 1b24dd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: "pub.dev"
- package-ecosystem: "pub"
directory: "/packages/kiwi"
schedule:
interval: "daily"
Expand All @@ -9,7 +9,7 @@ updates:
- "kiwi"
- "dependencies"

- package-ecosystem: "pub.dev"
- package-ecosystem: "pub"
directory: "/packages/kiwi_generator"
schedule:
interval: "daily"
Expand All @@ -18,7 +18,7 @@ updates:
- "kiwi generator"
- "dependencies"

- package-ecosystem: "github actions"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
Expand Down

0 comments on commit 1b24dd8

Please sign in to comment.