diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3426ce9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,33 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "03:00" + timezone: "UTC" + open-pull-requests-limit: 5 + groups: + gomod-minor-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "03:00" + timezone: "UTC" + open-pull-requests-limit: 5 + groups: + gha-minor-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch"