From 644ecfaa4cbfc5a054c105c05a6b450063ac41a0 Mon Sep 17 00:00:00 2001 From: Jin Dong Date: Sat, 28 Dec 2024 01:39:20 +0000 Subject: [PATCH] Add dependabot CI Signed-off-by: Jin Dong --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ad79890 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + groups: + golang-x: + patterns: + - "golang.org/x/*" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10