Skip to content

Commit 43bcdb4

Browse files
chore: Included githubactions in the dependabot config (#860)
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]> Co-authored-by: peter scholz <[email protected]>
1 parent fc9a18c commit 43bcdb4

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
@@ -12,3 +12,9 @@ updates:
1212
day: "friday"
1313
assignees:
1414
- "LeFnord"
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
schedule:
18+
interval: weekly
19+
assignees:
20+
- "LeFnord"

0 commit comments

Comments
 (0)