From e1be5bf01ca648926a429202139d75544b2ecddc Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 31 Jan 2026 20:03:46 +0000 Subject: [PATCH] ci: add dependabot configuration --- .github/dependabot.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..ad64fb72 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,24 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + labels: + - "type:dependencies" + - "priority:low" + commit-message: + prefix: "deps(go):" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + labels: + - "type:dependencies" + - "priority:low" + commit-message: + prefix: "deps(actions):" +