diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 875d8f8e3c5..7513022509c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,19 +1,19 @@ version: 2 updates: - - package-ecosystem: npm - directory: "/" - schedule: - interval: "weekly" - day: "sunday" - time: "07:00" - open-pull-requests-limit: 5 - target-branch: develop - groups: +- package-ecosystem: npm + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "07:00" + open-pull-requests-limit: 5 + target-branch: develop + groups: - label: "Angular Updates" packages: - "@angular/*" version: "widen" - - label: "Angular-devkit Updates" + - label: "Angular-devkit Updates" packages: - "@angular-devkit/*" version: "widen" @@ -25,72 +25,72 @@ updates: packages: - "@nrwl/*" version: "widen" - ignore: - - dependency-name: "pdfjs-dist" - - dependency-name: "@types/*" - - dependency-name: "typescript" + ignore: + - dependency-name: "pdfjs-dist" + - dependency-name: "@types/*" + - dependency-name: "typescript" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/artifact-append" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/artifact-extract" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/artifact-initialize" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/before-install" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/download-node-modules-and-artifacts" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/e2e" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/enable-dryrun" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/get-latest-tag-sha" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/npm-check-bundle" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/print-affected-libs" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/set-npm-tag" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/setup" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/setup-chrome" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/slack-group-area" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/.github/actions/upload-node-modules-and-artifacts" - schedule: - interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/artifact-append" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/artifact-extract" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/artifact-initialize" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/before-install" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/download-node-modules-and-artifacts" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/e2e" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/enable-dryrun" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/get-latest-tag-sha" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/npm-check-bundle" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/print-affected-libs" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/set-npm-tag" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/setup" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/setup-chrome" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/slack-group-area" + schedule: + interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/.github/actions/upload-node-modules-and-artifacts" + schedule: + interval: "weekly" diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b257fe554f8..8ec1758404d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -94,6 +94,17 @@ env: PROXY_HOST_ECM: ${{ secrets.E2E_HOST }} jobs: + validate: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: marocchino/validate-dependabot@30653575251e0731f7c99bff8773e3988361597e # v2.1.0 + id: validate + - uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0 + if: always() + with: + header: validate-dependabot + message: ${{ steps.validate.outputs.markdown }} pre-checks: runs-on: ubuntu-22.04 steps: