diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..d4618f914 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,26 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "05:00" + timezone: "America/New_York" + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "05:00" + timezone: "America/New_York" + open-pull-requests-limit: 10 + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "05:00" + timezone: "America/New_York"