diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index d7226becb8..0000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/awx/ui" - schedule: - interval: "monthly" - open-pull-requests-limit: 5 - allow: - - dependency-type: "production" - reviewers: - - "AlexSCorey" - - "keithjgrant" - - "kialam" - - "mabashian" - - "marshmalien" - labels: - - "component:ui" - - "dependencies" - target-branch: "devel"