Skip to content

Commit 9c5d544

Browse files
authored
Included githubactions in the dependabot config (#1536)
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool Co-authored-by: Diego Molina <[email protected]> [skip ci]
1 parent fd8612f commit 9c5d544

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ updates:
4242
interval: daily
4343
time: '08:00'
4444
open-pull-requests-limit: 99
45+
- package-ecosystem: github-actions
46+
directory: "/"
47+
schedule:
48+
interval: daily
49+
time: '08:00'
50+
open-pull-requests-limit: 99

0 commit comments

Comments
 (0)