Skip to content

Commit cecc321

Browse files
chore: Included githubactions in the dependabot config (#8554)
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 Signed-off-by: naveensrinivasan <[email protected]>
1 parent 461ffbc commit cecc321

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,8 @@ updates:
102102
versions:
103103
- 7.13.0
104104
- 7.13.1
105+
- package-ecosystem: "github-actions"
106+
directory: "/"
107+
schedule:
108+
interval: daily
109+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)