From 4f3aca6deec1dccff6c02d331f34ae6f404a512b Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 11 Aug 2021 03:52:02 -0700 Subject: [PATCH] Sync CI configuration files with templates Some minor adjustments to the comments in the configuration files for the tools used by the repository's CI system to bring them into sync with the upstream "template" assets. --- .github/.markdownlint.yml | 1 + .github/.yamllint.yml | 5 +++-- .github/dependabot.yml | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/.markdownlint.yml b/.github/.markdownlint.yml index 141304c4..65b6ef7d 100644 --- a/.github/.markdownlint.yml +++ b/.github/.markdownlint.yml @@ -1,3 +1,4 @@ +# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-markdown/.markdownlint.yml # See: https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md # The code style defined in this file is the official standardized style to be used in all Arduino projects and should # not be modified. diff --git a/.github/.yamllint.yml b/.github/.yamllint.yml index d2036e70..e235f87e 100644 --- a/.github/.yamllint.yml +++ b/.github/.yamllint.yml @@ -1,6 +1,7 @@ +# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-yaml/.yamllint.yml # See: https://yamllint.readthedocs.io/en/stable/configuration.html -# The code style defined in this file is the official standardized style to be used in all Arduino projects and should -# not be modified. +# The code style defined in this file is the official standardized style to be used in all Arduino tooling projects and +# should not be modified. # Note: Rules disabled solely because they are redundant to Prettier are marked with a "Prettier" comment. rules: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 691a8c15..1de94f5a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,10 @@ -# See: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#about-the-dependabotyml-file +# See: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#about-the-dependabotyml-file version: 2 updates: # Configure check for outdated GitHub Actions actions in workflows. - # See: https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot + # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/dependabot/README.md + # See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot - package-ecosystem: github-actions directory: / # Check the repository's workflows under /.github/workflows/ schedule: