diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 31543e1..2e5c5c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,9 @@ version: 2 updates: - package-ecosystem: "nuget" # See documentation for possible values directory: "/ProjBobcat/ProjBobcat" # Location of package manifests + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: "daily"