We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38a212 commit b546ae7Copy full SHA for b546ae7
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+# See: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#about-the-dependabotyml-file
2
+version: 2
3
+
4
+updates:
5
+ # Configure check for outdated GitHub Actions actions in workflows.
6
+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/dependabot/README.md
7
+ # See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot
8
+ - package-ecosystem: github-actions
9
+ directory: / # Check the repository's workflows under /.github/workflows/
10
+ schedule:
11
+ interval: daily
12
+ labels:
13
+ - "topic: infrastructure"
0 commit comments