diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b8f224c6..8602c317 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,17 @@ version: 2 updates: +- package-ecosystem: actions + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 - package-ecosystem: nuget directory: "/samples" schedule: - interval: monthly - time: "00:00" + interval: weekly open-pull-requests-limit: 10 - package-ecosystem: nuget directory: "/src" schedule: - interval: monthly - time: "00:00" + interval: weekly open-pull-requests-limit: 10