diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 116fb3a7..7ff4e833 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,15 @@ version: 2 enable-beta-ecosystems: true # required for the pub package manager updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + github-actions: + patterns: + - "*" + - package-ecosystem: "pub" directory: "/" schedule: