diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c437b4b..14ed5b1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,14 @@ version: 2 updates: + - package-ecosystem: "pub" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly" versioning-strategy: increase + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"