diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f866c334..fe6c93d1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,11 @@ updates: pull-request-branch-name: separator: "-" # Custom settings + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "gh-pages" + pull-request-branch-name: + separator: "-" +