diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 251b5a1..b70c83d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,23 @@ version: 2 updates: -- package-ecosystem: gomod - directory: / - schedule: - interval: weekly - day: sunday - labels: - - "dependabot 🤖" + - package-ecosystem: gomod + directory: / + labels: + - "dependabot 🤖" + schedule: + interval: weekly + day: sunday + groups: + go-dependencies: + update-types: + - "minor" + - "patch" + + - package-ecosystem: "github-actions" + directory: "/" + labels: + - "dependabot 🤖" + schedule: + interval: weekly + day: sunday \ No newline at end of file