From 96a8f7ffa101302aec3a24729a5becf0b354836c Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Mon, 30 May 2022 10:57:06 +0100 Subject: [PATCH] Merge pull request #8220 from overleaf/jlm-dependabot-tidy Update and tidy dependabot configs GitOrigin-RevId: dc3c37f7fca5c632a520d74dbbe0194c31ac9746 --- services/chat/.github/dependabot.yml | 23 ------------------- services/clsi/.github/dependabot.yml | 23 ------------------- services/contacts/.github/dependabot.yml | 23 ------------------- services/docstore/.github/dependabot.yml | 23 ------------------- .../document-updater/.github/dependabot.yml | 23 ------------------- services/filestore/.github/dependabot.yml | 23 ------------------- services/git-bridge/.github/dependabot.yml | 21 ----------------- services/notifications/.github/dependabot.yml | 23 ------------------- services/real-time/.github/dependabot.yml | 23 ------------------- services/spelling/.github/dependabot.yml | 23 ------------------- services/track-changes/.github/dependabot.yml | 23 ------------------- 11 files changed, 251 deletions(-) delete mode 100644 services/chat/.github/dependabot.yml delete mode 100644 services/clsi/.github/dependabot.yml delete mode 100644 services/contacts/.github/dependabot.yml delete mode 100644 services/docstore/.github/dependabot.yml delete mode 100644 services/document-updater/.github/dependabot.yml delete mode 100644 services/filestore/.github/dependabot.yml delete mode 100644 services/git-bridge/.github/dependabot.yml delete mode 100644 services/notifications/.github/dependabot.yml delete mode 100644 services/real-time/.github/dependabot.yml delete mode 100644 services/spelling/.github/dependabot.yml delete mode 100644 services/track-changes/.github/dependabot.yml diff --git a/services/chat/.github/dependabot.yml b/services/chat/.github/dependabot.yml deleted file mode 100644 index c856753655..0000000000 --- a/services/chat/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # Docker images use the branch name and do not support slashes in tags - # https://github.com/overleaf/google-ops/issues/822 - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#pull-request-branch-nameseparator - separator: "-" - - # Block informal upgrades -- security upgrades use a separate queue. - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit - open-pull-requests-limit: 0 - - # currently assign team-magma to all dependabot PRs - this may change in - # future if we reorganise teams - labels: - - "dependencies" - - "type:maintenance" diff --git a/services/clsi/.github/dependabot.yml b/services/clsi/.github/dependabot.yml deleted file mode 100644 index c856753655..0000000000 --- a/services/clsi/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # Docker images use the branch name and do not support slashes in tags - # https://github.com/overleaf/google-ops/issues/822 - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#pull-request-branch-nameseparator - separator: "-" - - # Block informal upgrades -- security upgrades use a separate queue. - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit - open-pull-requests-limit: 0 - - # currently assign team-magma to all dependabot PRs - this may change in - # future if we reorganise teams - labels: - - "dependencies" - - "type:maintenance" diff --git a/services/contacts/.github/dependabot.yml b/services/contacts/.github/dependabot.yml deleted file mode 100644 index c856753655..0000000000 --- a/services/contacts/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # Docker images use the branch name and do not support slashes in tags - # https://github.com/overleaf/google-ops/issues/822 - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#pull-request-branch-nameseparator - separator: "-" - - # Block informal upgrades -- security upgrades use a separate queue. - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit - open-pull-requests-limit: 0 - - # currently assign team-magma to all dependabot PRs - this may change in - # future if we reorganise teams - labels: - - "dependencies" - - "type:maintenance" diff --git a/services/docstore/.github/dependabot.yml b/services/docstore/.github/dependabot.yml deleted file mode 100644 index c856753655..0000000000 --- a/services/docstore/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # Docker images use the branch name and do not support slashes in tags - # https://github.com/overleaf/google-ops/issues/822 - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#pull-request-branch-nameseparator - separator: "-" - - # Block informal upgrades -- security upgrades use a separate queue. - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit - open-pull-requests-limit: 0 - - # currently assign team-magma to all dependabot PRs - this may change in - # future if we reorganise teams - labels: - - "dependencies" - - "type:maintenance" diff --git a/services/document-updater/.github/dependabot.yml b/services/document-updater/.github/dependabot.yml deleted file mode 100644 index c856753655..0000000000 --- a/services/document-updater/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # Docker images use the branch name and do not support slashes in tags - # https://github.com/overleaf/google-ops/issues/822 - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#pull-request-branch-nameseparator - separator: "-" - - # Block informal upgrades -- security upgrades use a separate queue. - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit - open-pull-requests-limit: 0 - - # currently assign team-magma to all dependabot PRs - this may change in - # future if we reorganise teams - labels: - - "dependencies" - - "type:maintenance" diff --git a/services/filestore/.github/dependabot.yml b/services/filestore/.github/dependabot.yml deleted file mode 100644 index c856753655..0000000000 --- a/services/filestore/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # Docker images use the branch name and do not support slashes in tags - # https://github.com/overleaf/google-ops/issues/822 - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#pull-request-branch-nameseparator - separator: "-" - - # Block informal upgrades -- security upgrades use a separate queue. - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit - open-pull-requests-limit: 0 - - # currently assign team-magma to all dependabot PRs - this may change in - # future if we reorganise teams - labels: - - "dependencies" - - "type:maintenance" diff --git a/services/git-bridge/.github/dependabot.yml b/services/git-bridge/.github/dependabot.yml deleted file mode 100644 index bbb9f78a8d..0000000000 --- a/services/git-bridge/.github/dependabot.yml +++ /dev/null @@ -1,21 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "maven" - directory: "/" - schedule: - interval: "daily" - - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # Docker images use the branch name and do not support slashes in tags - # https://github.com/overleaf/google-ops/issues/822 - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#pull-request-branch-nameseparator - separator: "-" - - # Block informal upgrades -- security upgrades use a separate queue. - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit - open-pull-requests-limit: 0 - - labels: - - "dependencies" - - "type:maintenance" diff --git a/services/notifications/.github/dependabot.yml b/services/notifications/.github/dependabot.yml deleted file mode 100644 index c856753655..0000000000 --- a/services/notifications/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # Docker images use the branch name and do not support slashes in tags - # https://github.com/overleaf/google-ops/issues/822 - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#pull-request-branch-nameseparator - separator: "-" - - # Block informal upgrades -- security upgrades use a separate queue. - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit - open-pull-requests-limit: 0 - - # currently assign team-magma to all dependabot PRs - this may change in - # future if we reorganise teams - labels: - - "dependencies" - - "type:maintenance" diff --git a/services/real-time/.github/dependabot.yml b/services/real-time/.github/dependabot.yml deleted file mode 100644 index c856753655..0000000000 --- a/services/real-time/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # Docker images use the branch name and do not support slashes in tags - # https://github.com/overleaf/google-ops/issues/822 - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#pull-request-branch-nameseparator - separator: "-" - - # Block informal upgrades -- security upgrades use a separate queue. - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit - open-pull-requests-limit: 0 - - # currently assign team-magma to all dependabot PRs - this may change in - # future if we reorganise teams - labels: - - "dependencies" - - "type:maintenance" diff --git a/services/spelling/.github/dependabot.yml b/services/spelling/.github/dependabot.yml deleted file mode 100644 index c856753655..0000000000 --- a/services/spelling/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # Docker images use the branch name and do not support slashes in tags - # https://github.com/overleaf/google-ops/issues/822 - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#pull-request-branch-nameseparator - separator: "-" - - # Block informal upgrades -- security upgrades use a separate queue. - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit - open-pull-requests-limit: 0 - - # currently assign team-magma to all dependabot PRs - this may change in - # future if we reorganise teams - labels: - - "dependencies" - - "type:maintenance" diff --git a/services/track-changes/.github/dependabot.yml b/services/track-changes/.github/dependabot.yml deleted file mode 100644 index c856753655..0000000000 --- a/services/track-changes/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # Docker images use the branch name and do not support slashes in tags - # https://github.com/overleaf/google-ops/issues/822 - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#pull-request-branch-nameseparator - separator: "-" - - # Block informal upgrades -- security upgrades use a separate queue. - # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit - open-pull-requests-limit: 0 - - # currently assign team-magma to all dependabot PRs - this may change in - # future if we reorganise teams - labels: - - "dependencies" - - "type:maintenance"