diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f33a02c..52a086e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,11 @@ version: 2 updates: - - package-ecosystem: "devcontainers" - directory: "/" - schedule: - interval: weekly + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly + - package-ecosystem: github-actions + directory: ".github/workflows/" + schedule: + interval: weekly