diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac2246784..f18668966 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -70,6 +70,8 @@ updates: commit-message: prefix: "rebase" - package-ecosystem: "gomod" + # ODF only: disable PR creation, synced from upstream + open-pull-requests-limit: 0 directory: "/api" schedule: interval: "weekly"