From 2fe5332c457586a904957b9bdb49ffbb9c4a9a2e Mon Sep 17 00:00:00 2001 From: nathannaveen <42319948+nathannaveen@users.noreply.github.com> Date: Sun, 3 Apr 2022 01:12:25 -0400 Subject: [PATCH] Included githubactions in the dependabot config (#8104) 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 --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0a5e51c2013..20d1e405aa9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,9 @@ updates: update-types: ["version-update:semver-major"] - dependency-name: sinon update-types: ["version-update:semver-major"] + - package-ecosystem: "github-actions" + directory: "/" + open-pull-requests-limit: 999 + rebase-strategy: disabled + schedule: + interval: weekly