diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc26131..8944b66 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,3 +27,10 @@ updates: - "/react" schedule: interval: "weekly" + + # Update configuration for GitHub Actions + - package-ecosystem: "github-actions" + directories: + - "/.github/workflows" + schedule: + interval: "weekly"