diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c399caf..c543c53e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,3 +30,10 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "github-actions" + target-branch: gh-pages + directory: "/" + schedule: + interval: "weekly" + day: "monday"