diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5879b30 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "provider/" + open-pull-requests-limit: 20 + schedule: + interval: "daily" + time: "05:00" + timezone: "Europe/Berlin" + allow: + - dependency-type: "all" + - package-ecosystem: "gomod" + directory: "sdk/" + open-pull-requests-limit: 20 + schedule: + interval: "daily" + time: "05:00" + timezone: "Europe/Berlin" + allow: + - dependency-type: "all"