diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1432216d..2fb1f1e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,14 @@ version: 2 updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 - package-ecosystem: composer directory: "/php/" schedule: - interval: daily + interval: "daily" time: "12:00" open-pull-requests-limit: 10 labels: