You've already forked library-registry
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:
1
.github/.markdownlint.yml
vendored
1
.github/.markdownlint.yml
vendored
@ -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.
|
||||||
|
5
.github/.yamllint.yml
vendored
5
.github/.yamllint.yml
vendored
@ -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:
|
||||||
|
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -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:
|
||||||
|
Reference in New Issue
Block a user