Merge pull request #161 from nixpanic/odf/disable-dependabot

[DOWNSTREAM-ONLY] ci: disable dependabot PR creation for `/api` dependencies
This commit is contained in:
OpenShift Merge Robot 2023-02-28 11:31:46 +01:00 committed by GitHub
commit 34b1e90358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

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

View File

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

View File

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