diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e311939 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + labels: ["dependencies"] + groups: + # xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups + ci: + patterns: + - "*" + schedule: + interval: "weekly" + day: "sunday" + - package-ecosystem: "gomod" + directory: "/" + labels: ["dependencies","go"] + groups: + go: + update-types: ["minor","patch"] + schedule: + interval: "weekly" + day: "sunday"