mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-04-18 11:49:57 +08:00
ci: add e2e module to Dependabot configuration
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
bec6090996
commit
7b3dc2b1e2
23
.github/dependabot.yml
vendored
23
.github/dependabot.yml
vendored
@ -89,6 +89,29 @@ updates:
|
||||
- ci/skip/multi-arch-build
|
||||
commit-message:
|
||||
prefix: "rebase"
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/e2e"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
rebase-strategy: "disabled"
|
||||
groups:
|
||||
golang-dependencies:
|
||||
patterns:
|
||||
- "github.com/golang*"
|
||||
- "golang.org/*"
|
||||
k8s-dependencies:
|
||||
patterns:
|
||||
- "k8s.io*"
|
||||
github-dependencies:
|
||||
patterns:
|
||||
- "github.com*"
|
||||
exclude-patterns:
|
||||
- "github.com/golang*"
|
||||
labels:
|
||||
- rebase
|
||||
- ci/skip/multi-arch-build
|
||||
commit-message:
|
||||
prefix: "rebase"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
Loading…
x
Reference in New Issue
Block a user