diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b07dc5..409c361 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" - day: "monday" + day: "friday" groups: # Specify a name for the group, which will be used in pull request titles # and branch names @@ -19,3 +19,13 @@ updates: applies-to: version-updates # Applies the group rule to version updates patterns: - "*" # Yolo! + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "friday" + groups: + github-actions: + applies-to: version-updates + patterns: + - "*"