diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3332f19..0fed56c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,17 @@ updates: pulumi: patterns: - "github.com/pulumi/*" + docker: + patterns: + - "github.com/docker/*" + - "github.com/moby/*" + security: + applies-to: security-updates + patterns: + - "*" + other: + patterns: + - "*" labels: - dependencies - impact/no-changelog-required