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 <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2022-07-26 09:26:30 -04:00 committed by mergify[bot]
parent d7729cc9f9
commit 70765d6189
1 changed files with 3 additions and 3 deletions

View File

@ -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"