diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff902ec0e..436bdf17c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,10 @@ -# Basic set up +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates version: 2 updates: - # Maintain dependencies for Ruby - package-ecosystem: "bundler" directory: "/" schedule: interval: "daily" - # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/.github/labeler.yml b/.github/labeler.yml index ce2aacf36..961bd3381 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,4 @@ +# https://github.com/actions/labeler benchmark: - any: - changed-files: diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index f6c3cdd26..6cdc7936d 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -1,4 +1,5 @@ # https://github.com/DavidAnson/markdownlint#rules--aliases +# https://github.com/igorshubovych/markdownlint-cli # markdownlint -c .github/linters/.markdown-lint.yml . # MD001 heading-increment/header-increment - Heading levels should only increment by one level at a time diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 76c72e045..b554fb61d 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -10,7 +10,7 @@ jobs: build: permissions: contents: read # for actions/checkout to fetch code - statuses: write # for github/super-linter/slim to mark status of each linter run + statuses: write # for super-linter/super-linter/slim to mark status of each linter run name: Lint Code Base runs-on: ubuntu-latest steps: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e3d722bb..b00477e39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,5 @@ --- +# https://pre-commit.com/ default_stages: [commit, push] default_language_version: # force all unspecified Python hooks to run python3 @@ -46,7 +47,6 @@ repos: - id: codespell name: Run codespell description: Check spelling with codespell - entry: codespell args: [--ignore-words=.github/linters/codespell.txt] - repo: https://github.com/jumanjihouse/pre-commit-hooks rev: 3.0.0