Skip to content

Commit

Permalink
Setup dependabot also for sub packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Aug 10, 2024
1 parent de1e7e3 commit 639ef84
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,23 @@ updates:
update-types:
- "version-update:semver-patch"
- "version-update:semver-minor"

- package-ecosystem: "pub"
directory: "/packages/calculator_widget"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-patch"
- "version-update:semver-minor"

- package-ecosystem: "pub"
directory: "/packages/translations"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-patch"
- "version-update:semver-minor"

0 comments on commit 639ef84

Please sign in to comment.