diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44d89841..12301490 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,6 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: "daily" diff --git a/.github/workflows/Auto-Assign.yml b/.github/workflows/Auto-Assign.yml index c6f5b8dd..0bda2e01 100644 --- a/.github/workflows/Auto-Assign.yml +++ b/.github/workflows/Auto-Assign.yml @@ -11,6 +11,5 @@ jobs: - uses: wow-actions/auto-assign@v3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # using the `org/team_slug` or `/team_slug` syntax to add git team as reviewers reviewers: prbzrg assignees: prbzrg diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index e3e9bf5a..4f6fa14c 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -2,8 +2,6 @@ name: Benchmarks on: pull_request: concurrency: - # Skip intermediate builds: always. - # Cancel intermediate builds: only if it is a pull request build. group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} jobs: diff --git a/.github/workflows/CI-ENH.yml b/.github/workflows/CI-ENH.yml index 534bdeed..e0de99d0 100644 --- a/.github/workflows/CI-ENH.yml +++ b/.github/workflows/CI-ENH.yml @@ -10,8 +10,6 @@ on: release: workflow_dispatch: concurrency: - # Skip intermediate builds: always. - # Cancel intermediate builds: only if it is a pull request build. group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} jobs: diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 551ec32b..533b2529 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,8 +10,6 @@ on: release: workflow_dispatch: concurrency: - # Skip intermediate builds: always. - # Cancel intermediate builds: only if it is a pull request build. group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} jobs: diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 239dd84d..b9a93b9f 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -10,8 +10,6 @@ on: release: workflow_dispatch: concurrency: - # Skip intermediate builds: always. - # Cancel intermediate builds: only if it is a pull request build. group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} jobs: diff --git a/.github/workflows/Formatter.yml b/.github/workflows/Formatter.yml index cba343c8..609089f0 100644 --- a/.github/workflows/Formatter.yml +++ b/.github/workflows/Formatter.yml @@ -24,9 +24,6 @@ jobs: Pkg.add("JuliaFormatter") import JuliaFormatter JuliaFormatter.format(".") - - # https://github.com/marketplace/actions/create-pull-request - # https://github.com/peter-evans/create-pull-request#reference-example - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v6 diff --git a/.github/workflows/Invalidations.yml b/.github/workflows/Invalidations.yml index 3fc14185..2c1caab0 100644 --- a/.github/workflows/Invalidations.yml +++ b/.github/workflows/Invalidations.yml @@ -2,14 +2,10 @@ name: Invalidations on: pull_request: concurrency: - # Skip intermediate builds: always. - # Cancel intermediate builds: only if it is a pull request build. group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} jobs: evaluate: - # Only run on PRs to the default branch. - # In the PR trigger above branches can be specified only explicitly whereas this check should work for master, main, or any other default branch if: github.base_ref == github.event.repository.default_branch runs-on: ubuntu-latest steps: