From efc30662e8956b9b287012d860e74e5022fad525 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 17 Dec 2024 06:32:40 -0600 Subject: [PATCH] ci: setup dependabot monthly --- .github/dependabot.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..44db944 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directories: + - "/" + schedule: + interval: "monthly" + labels: + - "dependencies" + - package-ecosystem: "gomod" + directories: + - "/" + schedule: + interval: "monthly" + labels: + - "dependencies" +