From 3b4621d5fba08537ed895474846a0360783b5321 Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Fri, 31 Oct 2025 19:42:01 -0500 Subject: [PATCH] Add dependabot update automation Signed-off-by: Austin Vazquez --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..039b0ab --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + groups: + golang-x: + patterns: + - "golang.org/x/*" + containerd: + patterns: + - "github.com/containerd/*" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10