diff options
author | neilnaveen <42328488+neilnaveen@users.noreply.github.com> | 2022-07-14 08:18:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 09:18:55 -0400 |
commit | 9d50488615e9236d1b9fce038a9e5ebce508f656 (patch) | |
tree | 5dcf89cf8dba082f7299cda41d7b5649c51be6e5 | |
parent | 6f53558703fa9f88ab3b7d737dcefb30cf189ff6 (diff) | |
download | cmd2-git-9d50488615e9236d1b9fce038a9e5ebce508f656.tar.gz |
chore: Included githubactions in the dependabot config (#1231)
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: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
Co-authored-by: Todd Leonhardt <todd.leonhardt@gmail.com>
-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 00000000..203f3c88 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" |