mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-21 18:09:30 +00:00
ci: disable dependabot PR creation for Actions
Dependabot does not need to report available updates for vendored dependencies in the downstream repository. Updates to dependencies are synced from the upstream repository when needed. There is also the "Upstream First" requirement, which we follow closely. See-also: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#open-pull-requests-limit Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
db7bb2c6a0
commit
5e3106e9a2
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -57,6 +57,8 @@ updates:
|
||||
- dependency-name: "k8s.io/pod-security-admission"
|
||||
- dependency-name: "k8s.io/sample-apiserver"
|
||||
- package-ecosystem: "gomod"
|
||||
# ODF only: disable PR creation, synced from upstream
|
||||
open-pull-requests-limit: 0
|
||||
directory: "/actions/retest"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
@ -92,6 +94,8 @@ updates:
|
||||
commit-message:
|
||||
prefix: "rebase"
|
||||
- package-ecosystem: "github-actions"
|
||||
# ODF only: disable PR creation, synced from upstream
|
||||
open-pull-requests-limit: 0
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
Loading…
Reference in New Issue
Block a user