diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 94e07d085..2fa9c9aeb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,8 @@ updates: labels: - vendor - package-ecosystem: "gomod" + # ODF only: disable PR creation, synced from upstream + open-pull-requests-limit: 0 directory: "/tools" schedule: interval: "weekly"