1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-07 14:41:10 +03:00

Merge pull request #353 from per1234/sync-ci-config

Sync CI configuration files with templates
This commit is contained in:
per1234
2021-08-11 04:05:18 -07:00
committed by GitHub
3 changed files with 7 additions and 4 deletions

View File

@ -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 # 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 # The code style defined in this file is the official standardized style to be used in all Arduino projects and should
# not be modified. # not be modified.

View File

@ -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 # 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 # The code style defined in this file is the official standardized style to be used in all Arduino tooling projects and
# not be modified. # should not be modified.
# Note: Rules disabled solely because they are redundant to Prettier are marked with a "Prettier" comment. # Note: Rules disabled solely because they are redundant to Prettier are marked with a "Prettier" comment.
rules: rules:

View File

@ -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 version: 2
updates: updates:
# Configure check for outdated GitHub Actions actions in workflows. # 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 - package-ecosystem: github-actions
directory: / # Check the repository's workflows under /.github/workflows/ directory: / # Check the repository's workflows under /.github/workflows/
schedule: schedule: