Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e29b5c

Browse files
authored
Configure Dependabot to check for outdated actions used in workflows
Dependabot will periodically check the versions of all actions used in the repository's workflows. If any are found tobe outdated, it will submit a pull request to update them.NOTE: Dependabot's PRs will occasionally propose to pin to the patch version of the action (e.g., updating`uses: foo/bar@v1` to `uses: foo/bar@v2.3.4`). When the action author has provided a major version ref, use that instead(e.g., `uses: foo/bar@v2`). Dependabot will automatically close its PR once the workflow has been updated.More information:https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
1 parentebf89a7 commit5e29b5c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎.github/dependabot.yml‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#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/code-security/dependabot/working-with-dependabot/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

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp