diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..8b4cae9cf6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + day: thursday + time: "12:00" + timezone: "America/New_York" +- package-ecosystem: nuget + directory: "/" + schedule: + interval: weekly + day: thursday + time: "12:00" + timezone: "America/New_York"