1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-02 23:02:27 +03:00

Merge pull request #4 from per1234/dependabot

Configure Dependabot to check for outdated actions used in workflows
This commit is contained in:
per1234
2021-04-09 00:48:39 -07:00
committed by GitHub

12
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,12 @@
# See: https://docs.github.com/en/github/administering-a-repository/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
- package-ecosystem: github-actions
directory: / # Check the repository's workflows under /.github/workflows/
schedule:
interval: daily
labels:
- "topic: infrastructure"