diff --git a/.dependabot/config.yml b/.dependabot/config.yml deleted file mode 100644 index ae53227..0000000 --- a/.dependabot/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -version: 1 -update_configs: - - package_manager: "go:modules" - directory: "/" - update_schedule: "daily" diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..81452a3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + time: "19:00" + open-pull-requests-limit: 10