diff options
| author | Naveen <[email protected]> | 2022-03-24 15:25:58 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-24 13:25:58 -0700 |
| commit | ab07beec77cc9dc279c5bc9c8077e2310b5f976c (patch) | |
| tree | 5a76ff1fe9ff0c519f6984c4a2e3b4fff1a0edcf /.github/dependabot.yml | |
| parent | 3c963bf889d260240fbc5367b390c74dd848eb4f (diff) | |
Included githubactions in the dependabot config (#7985)
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
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..203f3c889 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" |
