diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e21113..5bbd3ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,8 @@ updates: # Check the npm registry for updates every day (weekdays) schedule: interval: "daily" + # Enable version updates for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file