mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 02:39:30 +00:00
Merge pull request #161 from nixpanic/odf/disable-dependabot
[DOWNSTREAM-ONLY] ci: disable dependabot PR creation for `/api` dependencies
This commit is contained in:
commit
34b1e90358
@ -11,4 +11,3 @@ I hereby confirm that:
|
|||||||
- [ ] branches for higher versions of the project have this change merged
|
- [ ] branches for higher versions of the project have this change merged
|
||||||
- [ ] this PR is not *downstream-only*, if that was the case, I would have
|
- [ ] this PR is not *downstream-only*, if that was the case, I would have
|
||||||
explained its need very clearly
|
explained its need very clearly
|
||||||
|
|
||||||
|
1
.github/PULL_REQUEST_TEMPLATE/redhat-sync.md
vendored
1
.github/PULL_REQUEST_TEMPLATE/redhat-sync.md
vendored
@ -6,4 +6,3 @@ The most important recent changes that we want included are:
|
|||||||
- the new foz bar baz works flawlessly
|
- the new foz bar baz works flawlessly
|
||||||
- this addresses a bug where users are facing issues with XYZ
|
- this addresses a bug where users are facing issues with XYZ
|
||||||
- ...
|
- ...
|
||||||
|
|
||||||
|
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -53,6 +53,8 @@ updates:
|
|||||||
commit-message:
|
commit-message:
|
||||||
prefix: "rebase"
|
prefix: "rebase"
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
|
# ODF only: disable PR creation, synced from upstream
|
||||||
|
open-pull-requests-limit: 0
|
||||||
directory: "/api"
|
directory: "/api"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
Loading…
Reference in New Issue
Block a user