diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 97601a2..540580e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,6 @@ version: 2 updates: + - package-ecosystem: "nuget" directory: "/" schedule: @@ -7,3 +8,11 @@ updates: time: "07:00" timezone: "Europe/Riga" open-pull-requests-limit: 10 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + time: "07:00" + timezone: "Europe/Riga" + open-pull-requests-limit: 10