From 70765d6189b4021c54eea411a5f803e780a78c0a Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 26 Jul 2022 09:26:30 -0400 Subject: [PATCH] github: update dependabot configuration to better match go-ceph style Lower the frequency of updates. The monthly update is documented to occur on the first of the month, which works better with our every-other-month release cadence. Automatically apply the "no-API" label. Do not add a rebase label, which has not relevance to the go-ceph workflow. Use the prefix "go-ceph:" which is what we normally use for changes only to the go.mode, etc. Signed-off-by: John Mulligan --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ffaf1f5..b7fdfae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,9 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" + interval: "monthly" rebase-strategy: "disabled" labels: - - rebase + - "no-API" commit-message: - prefix: "rebase" + prefix: "go-ceph"